Changeset

1934:e14cf28396a8

util.array: Oh no it isn't!
author Matthew Wild <mwild1@gmail.com>
date Thu, 08 Oct 2009 18:41:30 +0100
parents 1933:3884a0aac4d7
children 1935:05adeddf9f1b
files util/array.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/array.lua	Tue Oct 06 23:14:01 2009 +0100
+++ b/util/array.lua	Thu Oct 08 18:41:30 2009 +0100
@@ -111,7 +111,6 @@
 
 -- 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, ...)