From 5b245d20fe2502033248685276d72ce828cfe220 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 4 Feb 2016 16:38:56 +0100 Subject: util.logger: Remove unused locals --- util/logger.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'util/logger.lua') diff --git a/util/logger.lua b/util/logger.lua index 3d1f1c8b..8010e8ad 100644 --- a/util/logger.lua +++ b/util/logger.lua @@ -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; -- cgit v1.2.3