From 9380a54d7cf1795b26be79cd7abbb74a415d0788 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 26 Oct 2022 20:12:18 -0400 Subject: Moving to each_match() API --- Lua/lbp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Lua/lbp.c') 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); } -- cgit v1.2.3