aboutsummaryrefslogtreecommitdiff
path: root/gramlib/plexing.ml
diff options
context:
space:
mode:
authorHugo Herbelin2018-12-06 02:35:13 +0100
committerHugo Herbelin2018-12-06 02:35:13 +0100
commit5331889da2d3f57f7aed935f6456e39765eb8b31 (patch)
tree1749d7e0f98253d231935c512faf3ec1b8f913a7 /gramlib/plexing.ml
parent8a28cf181a47072fe9a09e98bca761774520d0c3 (diff)
parent3edf9e19972a11eb652ed2fb9a8288d005dc2927 (diff)
Merge PR #9069: [gramlib] Remove dead code
Diffstat (limited to 'gramlib/plexing.ml')
-rw-r--r--gramlib/plexing.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gramlib/plexing.ml b/gramlib/plexing.ml
index 7b8618fd20..f99a3c2480 100644
--- a/gramlib/plexing.ml
+++ b/gramlib/plexing.ml
@@ -13,6 +13,6 @@ type 'te lexer =
{ tok_func : 'te lexer_func;
tok_using : pattern -> unit;
tok_removing : pattern -> unit;
- mutable tok_match : pattern -> 'te -> string;
+ tok_match : pattern -> 'te -> string;
tok_text : pattern -> string;
- mutable tok_comm : Loc.t list option }
+ }