# HG changeset patch # User Kim Alvefur # Date 1435416331 -7200 # Node ID 14c52ca661b666d5f990de7500a6b2926affc530 # Parent 5e8a8319699d5367d2b5516391c317e76d9b3b26 Remove sql.lib.lua, not used anymore diff -r 5e8a8319699d -r 14c52ca661b6 plugins/sql.lib.lua --- 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;