aboutsummaryrefslogtreecommitdiff
path: root/library/lib.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-05-21 12:41:57 +0200
committerGaëtan Gilbert2019-05-21 12:41:57 +0200
commitafb1a427debbc32aef1b2df0b31aa9cf8938b687 (patch)
treeacaa552dfc9a6f72bf90303f1d437b8856a9112a /library/lib.mli
parent897088fb8f4769bacca9fc289387096283835cd6 (diff)
parente69e4f7fd9aaba0e3fd6c38624e3fdb0bd96026c (diff)
Merge PR #10174: Further cleanup of the side-effect machinery
Reviewed-by: SkySkimmer Reviewed-by: gares Reviewed-by: maximedenes
Diffstat (limited to 'library/lib.mli')
-rw-r--r--library/lib.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/lib.mli b/library/lib.mli
index 30569197bc..5da76961a6 100644
--- a/library/lib.mli
+++ b/library/lib.mli
@@ -57,7 +57,6 @@ val segment_of_objects :
val add_leaf : Id.t -> Libobject.obj -> Libobject.object_name
val add_anonymous_leaf : ?cache_first:bool -> Libobject.obj -> unit
-val pull_to_head : Libobject.object_name -> unit
(** this operation adds all objects with the same name and calls [load_object]
for each of them *)