diff options
| author | Pierre-Marie Pédrot | 2019-02-05 16:13:14 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-02-05 16:16:07 +0100 |
| commit | 2bdd0f98ea8fa2444e4198d7be160a189aa5f933 (patch) | |
| tree | 253d6ff81f176f1eb26c24cca52e8ff001b6db43 /vernac | |
| parent | b307529a3888ab632b7076a793904d150d263eac (diff) | |
Remove the Plexing.Error exception.
This was dead code, it was never raised ever.
Diffstat (limited to 'vernac')
| -rw-r--r-- | vernac/explainErr.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vernac/explainErr.ml b/vernac/explainErr.ml index 71770a21ca..42b313f200 100644 --- a/vernac/explainErr.ml +++ b/vernac/explainErr.ml @@ -28,7 +28,6 @@ exception EvaluatedError of Pp.t * exn option let explain_exn_default = function (* Basic interaction exceptions *) | Stream.Error txt -> hov 0 (str "Syntax error: " ++ str txt ++ str ".") - | Gramlib.Plexing.Error txt -> hov 0 (str "Syntax error: " ++ str txt ++ str ".") | CLexer.Error.E err -> hov 0 (str (CLexer.Error.to_string err)) | Sys_error msg -> hov 0 (str "System error: " ++ guill msg) | Out_of_memory -> hov 0 (str "Out of memory.") |
