Changeset

6747:14c52ca661b6

Remove sql.lib.lua, not used anymore
author Kim Alvefur <zash@zash.se>
date Sat, 27 Jun 2015 16:45:31 +0200
parents 6746:5e8a8319699d
children 6748:ccf4fcfc2024
files plugins/sql.lib.lua
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/sql.lib.lua	Sat Jun 27 15:59:37 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -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;