summaryrefslogtreecommitdiff
path: root/src/packrat-lexer.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-04-20 15:49:56 +1000
committerJed Barber <jjbarber@y7mail.com>2020-04-20 15:49:56 +1000
commit42d3982f1e6335cb99c382ddd91c324e5fa458ad (patch)
treefe7208dc36dd42d82552d7d1044d9ebb6a4ea570 /src/packrat-lexer.ads
parentd8e6a2bcf74f1059f83c681e646fd8a22876e737 (diff)
Updated and fixed tests, fixed Pass_Forward array sliding bug
Diffstat (limited to 'src/packrat-lexer.ads')
-rw-r--r--src/packrat-lexer.ads8
1 files changed, 0 insertions, 8 deletions
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;