From 9b48d704d2ad14a381f0e42dbf590a7d8b20e613 Mon Sep 17 00:00:00 2001 From: rxi Date: Sat, 9 May 2015 14:30:32 +0100 Subject: [PATCH] Removed unused function `iternil()` --- lume.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lume.lua b/lume.lua index 0f203ee..d157c2a 100644 --- a/lume.lua +++ b/lume.lua @@ -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