mirror of
https://github.com/TangentFoxy/lume.git
synced 2024-11-19 07:04:24 +00:00
Removed unused function iternil()
This commit is contained in:
parent
6c350d81d9
commit
9b48d704d2
4
lume.lua
4
lume.lua
@ -46,10 +46,6 @@ local isarray = function(x)
|
|||||||
return (type(x) == "table" and x[1] ~= nil) and true or false
|
return (type(x) == "table" and x[1] ~= nil) and true or false
|
||||||
end
|
end
|
||||||
|
|
||||||
local iternil = function()
|
|
||||||
return noop
|
|
||||||
end
|
|
||||||
|
|
||||||
local getiter = function(x)
|
local getiter = function(x)
|
||||||
if isarray(x) then
|
if isarray(x) then
|
||||||
return ipairs
|
return ipairs
|
||||||
|
Loading…
Reference in New Issue
Block a user