X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=modules%2Fbase%2Fluasrc%2Fstore.lua;fp=modules%2Fbase%2Fluasrc%2Fstore.lua;h=0000000000000000000000000000000000000000;hb=1bb4822dca6113f73e3bc89e2acf15935e6f8e92;hp=c33ef07e11d9275c8400fed5e0a8a99f913ff1a1;hpb=9edd0e46c3f880727738ce8ca6ff1c8b85f99ef4;p=project%2Fluci.git diff --git a/modules/base/luasrc/store.lua b/modules/base/luasrc/store.lua deleted file mode 100644 index c33ef07e1..000000000 --- a/modules/base/luasrc/store.lua +++ /dev/null @@ -1,16 +0,0 @@ ---[[ - -LuCI - Lua Development Framework -(c) 2009 Steven Barth -(c) 2009 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -]]-- - -local util = require "luci.util" -module("luci.store", util.threadlocal) \ No newline at end of file