aboutsummaryrefslogtreecommitdiff
path: root/parsing/tok.ml
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/tok.ml')
-rw-r--r--parsing/tok.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/parsing/tok.ml b/parsing/tok.ml
index bd7645c2ba..69fcca98d7 100644
--- a/parsing/tok.ml
+++ b/parsing/tok.ml
@@ -45,8 +45,6 @@ let match_keyword kwd = function
| KEYWORD kwd' when kwd = kwd' -> true
| _ -> false
-let print ppf tok = Format.fprintf ppf "%s" (to_string tok)
-
(** For camlp5, conversion from/to [Plexing.pattern],
and a match function analoguous to [Plexing.default_match] *)