diff options
| author | Hugo Herbelin | 2018-12-06 02:35:13 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2018-12-06 02:35:13 +0100 |
| commit | 5331889da2d3f57f7aed935f6456e39765eb8b31 (patch) | |
| tree | 1749d7e0f98253d231935c512faf3ec1b8f913a7 /gramlib/plexing.ml | |
| parent | 8a28cf181a47072fe9a09e98bca761774520d0c3 (diff) | |
| parent | 3edf9e19972a11eb652ed2fb9a8288d005dc2927 (diff) | |
Merge PR #9069: [gramlib] Remove dead code
Diffstat (limited to 'gramlib/plexing.ml')
| -rw-r--r-- | gramlib/plexing.ml | 4 |
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 } + } |
