aboutsummaryrefslogtreecommitdiff
path: root/lib/xml_parser.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xml_parser.mli')
-rw-r--r--lib/xml_parser.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/xml_parser.mli b/lib/xml_parser.mli
index 7f501986be..a3e8aa4ac9 100644
--- a/lib/xml_parser.mli
+++ b/lib/xml_parser.mli
@@ -102,8 +102,3 @@ val check_eof : t -> bool -> unit
(** Once the parser is configurated, you can run the parser on a any kind
of xml document source to parse its contents into an Xml data structure. *)
val parse : t -> source -> xml
-
-(**/**)
-
-(* internal usage only... *)
-val _raises : (error_msg -> Lexing.lexbuf -> exn) -> (string -> exn) -> unit