util.sasl_cyrus: Protect the call to cyrussasl.server_new properly.
[prosody.git] / core / configmanager.lua
index 010b307652b4b9115b3343477913f56938b130f7..0f20fd3ee124f8fc2b2a7c14b1cef243535d107f 100644 (file)
@@ -13,8 +13,6 @@ local         setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, p
                setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, pairs, table, string.format;
 
 
-local trb = debug.traceback
-
 local eventmanager = require "core.eventmanager";
 
 module "configmanager"