aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-24 17:34:04 +0100
committerPierre-Marie Pédrot2018-12-05 17:57:45 +0100
commitd85a200cb8fca964bb7428ca6a607cfc9dc83c79 (patch)
treefd4f504b295b98462987be3b080f417675010d52 /parsing
parent7a4e5d8d246559e916f4bc34a12404104e941ad4 (diff)
Removing dead fields from Plexing.lexer.
Diffstat (limited to 'parsing')
-rw-r--r--parsing/cLexer.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/parsing/cLexer.ml b/parsing/cLexer.ml
index c327f8aa43..c2b7fa117d 100644
--- a/parsing/cLexer.ml
+++ b/parsing/cLexer.ml
@@ -763,7 +763,6 @@ let lexer = {
| _ -> ());
Plexing.tok_removing = (fun _ -> ());
Plexing.tok_match = Tok.match_pattern;
- Plexing.tok_comm = None;
Plexing.tok_text = token_text }
(** Terminal symbols interpretation *)