mirror of
https://github.com/rxi/lovebird.git
synced 2024-11-27 12:04:21 +00:00
Removed unused local function: find()
This commit is contained in:
parent
3c799c6eb6
commit
571e1489c3
@ -304,12 +304,6 @@ local map = function(t, fn)
|
||||
return res
|
||||
end
|
||||
|
||||
local find = function(t, value)
|
||||
for k, v in pairs(t) do
|
||||
if v == value then return k end
|
||||
end
|
||||
end
|
||||
|
||||
local trace = function(...)
|
||||
print("[lovebird] " .. table.concat(map({...}, tostring), " "))
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user