diff options
author | Alain Frisch <alain@frisch.fr> | 2013-09-12 11:59:45 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2013-09-12 11:59:45 +0000 |
commit | 71efb4666b1df8cc841fe3d7b0ffe43fcd8d2958 (patch) | |
tree | 9898a7a09c2a1781811766baee22e6cb8a37ade4 /driver/errors.ml | |
parent | 6ad98b3d0927ab206eec09aeaa3d7f776e1d2c0e (diff) |
Switch Lexer.Error to the new system.
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/exception_registration@14107 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'driver/errors.ml')
-rw-r--r-- | driver/errors.ml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/driver/errors.ml b/driver/errors.ml index f7864ccd0..29447fccb 100644 --- a/driver/errors.ml +++ b/driver/errors.ml @@ -21,9 +21,6 @@ open Format let report_error ppf exn = let report ppf = function - | Lexer.Error(err, loc) -> - Location.print_error ppf loc; - Lexer.report_error ppf err | Pparse.Error err -> Pparse.report_error ppf err | Env.Error err -> |