diff options
| author | Pierre-Marie Pédrot | 2019-10-13 17:09:37 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-12-11 17:17:17 +0100 |
| commit | bb2e6a2ceea202ef0bfff2b3a0ddf22491d75f26 (patch) | |
| tree | d93c3659b44c389838cae4c126d468d270784a5d /library/lib.mli | |
| parent | abcae4e339cc33660ba53c5d10066392ed414fa4 (diff) | |
Remove the unused add_leaves Libobject primitive.
Diffstat (limited to 'library/lib.mli')
| -rw-r--r-- | library/lib.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/lib.mli b/library/lib.mli index a313a62c2e..0d03046dc2 100644 --- a/library/lib.mli +++ b/library/lib.mli @@ -65,10 +65,6 @@ val add_anonymous_entry : node -> unit val add_leaf : Id.t -> Libobject.obj -> Libobject.object_name val add_anonymous_leaf : ?cache_first:bool -> Libobject.obj -> unit -(** this operation adds all objects with the same name and calls [load_object] - for each of them *) -val add_leaves : Id.t -> Libobject.obj list -> Libobject.object_name - (** {6 ... } *) (** The function [contents] gives access to the current entire segment *) |
