remove with_rep

This commit is contained in:
Christopher Monsanto
2020-05-06 04:31:05 -04:00
parent 7da531e214
commit 5f0c987e18

View File

@@ -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)