aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
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
commit723c6ffe7e5ceb9e9236d9c54d0d4eba1162370d (patch)
tree93cb5b940e2d8253618eb78b6275871434e447bb /plugins
parentce07edc7df3be38f3cde1a5f203e1ac9c7217a65 (diff)
downloadprosody-723c6ffe7e5ceb9e9236d9c54d0d4eba1162370d.tar.gz
prosody-723c6ffe7e5ceb9e9236d9c54d0d4eba1162370d.zip
Remove sql.lib.lua, not used anymore
Diffstat (limited to 'plugins')
-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;