aboutsummaryrefslogtreecommitdiff
path: root/gramlib/plexing.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-02-05 16:13:14 +0100
committerPierre-Marie Pédrot2019-02-05 16:16:07 +0100
commit2bdd0f98ea8fa2444e4198d7be160a189aa5f933 (patch)
tree253d6ff81f176f1eb26c24cca52e8ff001b6db43 /gramlib/plexing.mli
parentb307529a3888ab632b7076a793904d150d263eac (diff)
Remove the Plexing.Error exception.
This was dead code, it was never raised ever.
Diffstat (limited to 'gramlib/plexing.mli')
-rw-r--r--gramlib/plexing.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/gramlib/plexing.mli b/gramlib/plexing.mli
index eed4082e00..6139dc4020 100644
--- a/gramlib/plexing.mli
+++ b/gramlib/plexing.mli
@@ -19,9 +19,6 @@ type pattern = string * string
- The way tokens patterns are interpreted to parse tokens is done
by the lexer, function [tok_match] below. *)
-exception Error of string
- (** A lexing error exception to be used by lexers. *)
-
(** Lexer type *)
type 'te lexer =