diff options
| author | Maxime Dénès | 2017-06-15 21:54:34 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-15 21:54:34 +0200 |
| commit | 9beec0fc6cc283294bbbda363a3f788ae56347d5 (patch) | |
| tree | 2df172ba10cedaa935460eed511a9dc494d1bafa /library/lib.mli | |
| parent | 5b109c098a46e5083ba0cf98b5fe72312331770e (diff) | |
| parent | 63896b2443e71e47c016fc9d0709cc22cf24f288 (diff) | |
Merge PR#769: [lib] Remove obsolete state-management function add_frozen_state
Diffstat (limited to 'library/lib.mli')
| -rw-r--r-- | library/lib.mli | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/library/lib.mli b/library/lib.mli index 9f9d8c7e5f..f47d6e1a58 100644 --- a/library/lib.mli +++ b/library/lib.mli @@ -23,7 +23,6 @@ type node = | ClosedModule of library_segment | OpenedSection of Libnames.object_prefix * Summary.frozen | ClosedSection of library_segment - | FrozenState of Summary.frozen and library_segment = (Libnames.object_name * node) list @@ -61,8 +60,6 @@ val pull_to_head : Libnames.object_name -> unit for each of them *) val add_leaves : Names.Id.t -> Libobject.obj list -> Libnames.object_name -val add_frozen_state : unit -> unit - (** {6 ... } *) (** The function [contents] gives access to the current entire segment *) @@ -123,8 +120,6 @@ val end_modtype : Libnames.object_name * Libnames.object_prefix * Summary.frozen * library_segment -(** [Lib.add_frozen_state] must be called after each of the above functions *) - (** {6 Compilation units } *) val start_compilation : Names.DirPath.t -> Names.module_path -> unit |
