diff options
Diffstat (limited to 'libs/web/luasrc/template.lua')
-rw-r--r-- | libs/web/luasrc/template.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/web/luasrc/template.lua b/libs/web/luasrc/template.lua index 2fec888c3..80a3206af 100644 --- a/libs/web/luasrc/template.lua +++ b/libs/web/luasrc/template.lua @@ -24,13 +24,8 @@ limitations under the License. ]]-- -local fs = require "nixio.fs" -local sys = require "luci.sys" local util = require "luci.util" -local table = require "table" -local string = require "string" local config = require "luci.config" -local nixio = require "nixio", require "nixio.util" local tparser = require "luci.template.parser" local tostring, pairs, loadstring = tostring, pairs, loadstring |