aboutsummaryrefslogtreecommitdiff
path: root/Lua/lbp.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2022-10-26 20:12:18 -0400
committerBruce Hill <bruce@bruce-hill.com>2022-10-26 20:12:18 -0400
commit9380a54d7cf1795b26be79cd7abbb74a415d0788 (patch)
tree1a550d2639a08aed5b6c922453cb081f712ac12b /Lua/lbp.c
parented737a76bac93034d11173cf58ff0a73ad1b12cf (diff)
Moving to each_match() API
Diffstat (limited to 'Lua/lbp.c')
-rw-r--r--Lua/lbp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lua/lbp.c b/Lua/lbp.c
index c1c3f61..60dc9b9 100644
--- a/Lua/lbp.c
+++ b/Lua/lbp.c
@@ -36,7 +36,6 @@ lua_State *cur_state = NULL;
static void match_error(pat_t *pat, const char *msg)
{
(void)pat;
- recycle_all_matches();
lua_pushstring(cur_state, msg);
lua_error(cur_state);
}