summaryrefslogtreecommitdiffstats
path: root/ocamldoc/odoc_analyse.ml
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2013-09-12 11:59:45 +0000
committerAlain Frisch <alain@frisch.fr>2013-09-12 11:59:45 +0000
commit71efb4666b1df8cc841fe3d7b0ffe43fcd8d2958 (patch)
tree9898a7a09c2a1781811766baee22e6cb8a37ade4 /ocamldoc/odoc_analyse.ml
parent6ad98b3d0927ab206eec09aeaa3d7f776e1d2c0e (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 'ocamldoc/odoc_analyse.ml')
-rw-r--r--ocamldoc/odoc_analyse.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/ocamldoc/odoc_analyse.ml b/ocamldoc/odoc_analyse.ml
index 4b2af7f97..a29e4baaf 100644
--- a/ocamldoc/odoc_analyse.ml
+++ b/ocamldoc/odoc_analyse.ml
@@ -108,9 +108,6 @@ module Sig_analyser = Odoc_sig.Analyser (Odoc_comments.Basic_info_retriever)
differences only concern code generation (i believe).*)
let process_error exn =
let report ppf = function
- | Lexer.Error(err, loc) ->
- Location.print_error ppf loc;
- Lexer.report_error ppf err
| Env.Error err ->
Location.print_error_cur_file ppf;
Env.report_error ppf err