util.logger: Remove unused locals
authorKim Alvefur <zash@zash.se>
Thu, 04 Feb 2016 16:38:56 +0100
changeset 7133 2b48ce0bfe7d
parent 7132 e4c886946ecb
child 7134 ea3eea291321
util.logger: Remove unused locals
util/logger.lua
--- a/util/logger.lua	Thu Feb 04 10:07:02 2016 +0100
+++ b/util/logger.lua	Thu Feb 04 16:38:56 2016 +0100
@@ -6,10 +6,7 @@
 -- COPYING file in the source package for more information.
 --
 
-local pcall = pcall;
-
-local find = string.find;
-local ipairs, pairs, setmetatable = ipairs, pairs, setmetatable;
+local pairs = pairs;
 
 local _ENV = nil;