mirror of
https://github.com/smogon/sprites.git
synced 2026-07-18 16:31:33 -05:00
remove unused table_keys
This commit is contained in:
parent
37151e4456
commit
c417e966a8
|
|
@ -57,10 +57,3 @@ function rep(args)
|
|||
return str
|
||||
end
|
||||
|
||||
function table_keys(t)
|
||||
local result = {}
|
||||
for k, v in pairs(t) do
|
||||
table.insert(result, k)
|
||||
end
|
||||
return result
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user