From 5f0c987e18643fd108f9449432230fa1c93df182 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Wed, 6 May 2020 04:31:05 -0400 Subject: [PATCH] remove with_rep --- util/interpolation.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/util/interpolation.lua b/util/interpolation.lua index 3f351952..6f2d22d9 100644 --- a/util/interpolation.lua +++ b/util/interpolation.lua @@ -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)