mirror of
https://github.com/smogon/sprites.git
synced 2026-08-22 01:35:02 -05:00
remove with_rep
This commit is contained in:
@@ -97,13 +97,6 @@ function expand(str)
|
||||
)
|
||||
end
|
||||
|
||||
function with_rep(vars, f)
|
||||
push_frame(vars)
|
||||
local ret = f()
|
||||
pop_frame()
|
||||
return ret
|
||||
end
|
||||
|
||||
function iter_rep(varspec, f)
|
||||
local frame = {}
|
||||
push_frame(frame)
|
||||
|
||||
Reference in New Issue
Block a user