diff options
| author | ppedrot | 2011-11-25 16:17:53 +0000 |
|---|---|---|
| committer | ppedrot | 2011-11-25 16:17:53 +0000 |
| commit | 624f4dc573c5f7d974af41cbae2b85457ff0f3bb (patch) | |
| tree | 749182f5fae0aa1c41fc7154b2723874e7d091d0 /lib/xml_utils.ml | |
| parent | aadd90837e8e0eb015e4e4999394ca56f55f70b8 (diff) | |
Cleaning up XML parsing
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14729 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/xml_utils.ml')
| -rw-r--r-- | lib/xml_utils.ml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/xml_utils.ml b/lib/xml_utils.ml index 2fc1b9065b..310035862c 100644 --- a/lib/xml_utils.ml +++ b/lib/xml_utils.ml @@ -221,9 +221,3 @@ let to_string_fmt x = let s = Buffer.contents tmp in Buffer.reset tmp; s - -;; -Xml_parser._raises (fun x p -> - (* local cast : Xml.error_msg -> error_msg *) - Error (x, pos p)) - (fun f -> File_not_found f);; |
