From 5b5b83116339f9848f4ff4b60a593d52f6978442 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 13 Mar 2013 00:01:03 +0000 Subject: Vernac+Toplevel: get rid of Error_in_file git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16294 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/errors.ml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/errors.ml') diff --git a/lib/errors.ml b/lib/errors.ml index 0d13fcd2f9..75464f2da0 100644 --- a/lib/errors.ml +++ b/lib/errors.ml @@ -47,11 +47,6 @@ let todo s = prerr_string ("TODO: "^s^"\n") let user_err_loc (loc,s,strm) = Loc.raise loc (UserError (s,strm)) let invalid_arg_loc (loc,s) = Loc.raise loc (Invalid_argument s) -(* Like Exc_located, but specifies the outermost file read, the filename - associated to the location of the error, and the error itself. *) - -exception Error_in_file of string * (bool * string * Loc.t) * exn - exception Timeout exception Drop exception Quit -- cgit v1.2.3