Removed unused function iternil()

This commit is contained in:
rxi 2015-05-09 14:30:32 +01:00
parent 6c350d81d9
commit 9b48d704d2

View File

@ -46,10 +46,6 @@ local isarray = function(x)
return (type(x) == "table" and x[1] ~= nil) and true or false
end
local iternil = function()
return noop
end
local getiter = function(x)
if isarray(x) then
return ipairs