diff options
| author | pboutill | 2012-04-12 20:49:15 +0000 |
|---|---|---|
| committer | pboutill | 2012-04-12 20:49:15 +0000 |
| commit | 1638f5df49ff81e174f6a1c6915a65c9b9d4adf5 (patch) | |
| tree | b3156dbc48bed485132a0e9cbca59a1c82bc1d9a /parsing/tok.mli | |
| parent | cf6b384b17a66686f31001d8aeb0958f3cfbfbea (diff) | |
Remove print call that do not use the pp mechanism
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15148 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/tok.mli')
| -rw-r--r-- | parsing/tok.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parsing/tok.mli b/parsing/tok.mli index 9a1edec578..d3c178b5a3 100644 --- a/parsing/tok.mli +++ b/parsing/tok.mli @@ -21,7 +21,6 @@ type t = val extract_string : t -> string val to_string : t -> string -val print : Format.formatter -> t -> unit val match_keyword : string -> t -> bool (** for camlp5 *) val of_pattern : string*string -> t |
