aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sql.lib.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-07-06 17:07:05 +0100
committerMatthew Wild <mwild1@gmail.com>2015-07-06 17:07:05 +0100
commit31770d0b8f6687434de63a8a41bda018bebd203b (patch)
tree116641904bf26766fe52624f4ef7af24d77ae2ee /plugins/sql.lib.lua
parent2aae33a4f0f71c25e6d4aeb9a17c6eb092f7c4ca (diff)
parent19ac6e09eb3da1e0674ee4cb6cffc2cd88a64b43 (diff)
downloadprosody-31770d0b8f6687434de63a8a41bda018bebd203b.tar.gz
prosody-31770d0b8f6687434de63a8a41bda018bebd203b.zip
Merge with 0.10
Diffstat (limited to 'plugins/sql.lib.lua')
-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;