From 42d3982f1e6335cb99c382ddd91c324e5fa458ad Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 20 Apr 2020 15:49:56 +1000 Subject: Updated and fixed tests, fixed Pass_Forward array sliding bug --- src/packrat-lexer.ads | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/packrat-lexer.ads') diff --git a/src/packrat-lexer.ads b/src/packrat-lexer.ads index 9973cdd..a797d7f 100644 --- a/src/packrat-lexer.ads +++ b/src/packrat-lexer.ads @@ -315,14 +315,6 @@ private Allow_Incomplete => True); - - - procedure Internal_Scan_Core - (Input : in Element_Array; - Context : in out Lexer_Context; - Components : in Component_Array); - - end Packrat.Lexer; -- cgit