mod_storage_muc_log: Remove unused variable [luacheck]
authorKim Alvefur <zash@zash.se>
Tue, 19 Feb 2019 03:16:06 +0100
changeset 3473 85b849d5ec88
parent 3472 228e59bee8ad
child 3474 c0fc739a1b81
mod_storage_muc_log: Remove unused variable [luacheck]
mod_storage_muc_log/mod_storage_muc_log.lua
--- a/mod_storage_muc_log/mod_storage_muc_log.lua	Tue Feb 19 03:15:05 2019 +0100
+++ b/mod_storage_muc_log/mod_storage_muc_log.lua	Tue Feb 19 03:16:06 2019 +0100
@@ -6,7 +6,6 @@
 local datastore = "muc_log";
 local datetime = require"util.datetime"
 local lfs = require"lfs";
-local noop = function () end;
 local os_date = os.date;
 
 local timef, datef = "!%H:%M:%S", "!%y%m%d";