From 9a9ee3d9ab8ce435d743d293ec43075151370200 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 19 Jun 2023 11:14:02 -0300 Subject: Some fixes in vibibility check for back captures --- lpvm.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lpvm.c') diff --git a/lpvm.c b/lpvm.c index 5a30679..0a2fde4 100644 --- a/lpvm.c +++ b/lpvm.c @@ -198,11 +198,6 @@ static int removedyncap (lua_State *L, Capture *capture, } -/** -** Maximum number of captures to visit when looking for an 'open'. -*/ -#define MAXLOP 20 - /* ** Find the corresponding 'open' capture before 'cap', when that capture ** can become a full capture. If a full capture c1 is followed by an -- cgit v1.2.3-55-g6feb