mirror of
https://github.com/smogon/sprites.git
synced 2026-09-27 11:47:45 -05:00
remove unused table_keys
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user