aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/library.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-09-08 19:38:27 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-09-08 19:46:21 +0200
commit51d38d0892eae4a253356e52614da6dee6513e9e (patch)
treebbc7133c7aeef42c0c6d3d1548681f1f4951cde1 /library/library.mli
parent221f5e5622c866d1dae8e5c5e73156fa3e99ccfc (diff)
Removing dead code relative to the XML plugin.
Diffstat (limited to 'library/library.mli')
-rw-r--r--library/library.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/library.mli b/library/library.mli
index 0f6f510d8..5154c25e4 100644
--- a/library/library.mli
+++ b/library/library.mli
@@ -66,9 +66,6 @@ val library_full_filename : DirPath.t -> string
(** - Overwrite the filename of all libraries (used when restoring a state) *)
val overwrite_library_filenames : string -> unit
-(** {6 Hook for the xml exportation of libraries } *)
-val xml_require : (DirPath.t -> unit) Hook.t
-
(** {6 Locate a library in the load paths } *)
exception LibUnmappedDir
exception LibNotFound