aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-06-27 16:45:31 +0200
committerKim Alvefur <zash@zash.se>2015-06-27 16:45:31 +0200
commitca8fb84d803ffed712f1004606131f93b5c6485b (patch)
tree93cb5b940e2d8253618eb78b6275871434e447bb
parent38a5a1ca59bec9d0da0c1ff2e431f9b17e7f5c15 (diff)
downloadprosody-ca8fb84d803ffed712f1004606131f93b5c6485b.tar.gz
prosody-ca8fb84d803ffed712f1004606131f93b5c6485b.zip
Remove sql.lib.lua, not used anymore
-rw-r--r--plugins/sql.lib.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/sql.lib.lua b/plugins/sql.lib.lua
deleted file mode 100644
index 005ee45d..00000000
--- a/plugins/sql.lib.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-local cache = module:shared("/*/sql.lib/util.sql");
-
-if not cache._M then
- prosody.unlock_globals();
- cache._M = require "util.sql";
- prosody.lock_globals();
-end
-
-return cache._M;