From 67ec7d93f011cdb14f9adcef310937275bfbaa44 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 8 Oct 2009 18:41:30 +0100 Subject: util.array: Oh no it isn't! --- util/array.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'util') diff --git a/util/array.lua b/util/array.lua index 316a2861..686f55b1 100644 --- a/util/array.lua +++ b/util/array.lua @@ -111,7 +111,6 @@ end -- Setup methods from array_base for method, f in pairs(array_base) do - local method = method; -- Yes, this is necessary :) local base_method = f; -- Setup global array method which makes new array array[method] = function (old_a, ...) -- cgit v1.2.3