summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/store.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-base/luasrc/store.lua')
-rw-r--r--modules/luci-base/luasrc/store.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/luci-base/luasrc/store.lua b/modules/luci-base/luasrc/store.lua
deleted file mode 100644
index a735981137..0000000000
--- a/modules/luci-base/luasrc/store.lua
+++ /dev/null
@@ -1,6 +0,0 @@
--- Copyright 2009 Steven Barth <steven@midlink.org>
--- Copyright 2009 Jo-Philipp Wich <jow@openwrt.org>
--- Licensed to the public under the Apache License 2.0.
-
-local util = require "luci.util"
-module("luci.store", util.threadlocal)