From 76af5835d56a5afc1255bcc3d2601c3021a01956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ak=C3=ADn=20Berges?= <157198464+selenil@users.noreply.github.com> Date: Mon, 17 Nov 2025 04:50:20 +0000 Subject: [PATCH] remove duplicate elements on default sandbox list --- lib/lua.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/lua.ex b/lib/lua.ex index 0a7a01f..33ca5fd 100644 --- a/lib/lua.ex +++ b/lib/lua.ex @@ -25,8 +25,6 @@ defmodule Lua do [:loadfile], [:require], [:dofile], - [:load], - [:loadfile], [:loadstring] ]