util.pubsub: Add item-published event
[prosody.git] / util / pluginloader.lua
index cec8a3f62ef7af521850db7969cddca663f8b855..c10fdf6525ae2e34868a5bf8bf90c3104664d920 100644 (file)
@@ -14,8 +14,7 @@ for path in (CFG_PLUGINDIR or "./plugins/"):gsub("[/\\]", dir_sep):gmatch("[^"..
        plugin_dir[#plugin_dir + 1] = path;
 end
 
-local io_open, os_time = io.open, os.time;
-local loadstring, pairs = loadstring, pairs;
+local io_open = io.open;
 local envload = require "util.envload".envload;
 
 module "pluginloader"