mirror of
https://github.com/TangentFoxy/lovebird.git
synced 2025-07-28 11:02:19 +00:00
Removed unused local function: find()
This commit is contained in:
@@ -304,12 +304,6 @@ local map = function(t, fn)
|
|||||||
return res
|
return res
|
||||||
end
|
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(...)
|
local trace = function(...)
|
||||||
print("[lovebird] " .. table.concat(map({...}, tostring), " "))
|
print("[lovebird] " .. table.concat(map({...}, tostring), " "))
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user