aboutsummaryrefslogtreecommitdiff
path: root/API/API.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2017-06-12 12:37:55 +0200
committerEmilio Jesus Gallego Arias2017-06-12 12:40:10 +0200
commit63896b2443e71e47c016fc9d0709cc22cf24f288 (patch)
tree4f618edca12168797703fe0d6c2d88cbd1b6d541 /API/API.mli
parent79c42e22dd5106dcb85229ceec75331029ab5486 (diff)
[lib] Remove obsolete state-management function add_frozen_state
AFAICS this function predates modern state-handling; nowadays summaries are stored by the STM and nobody were using this information.
Diffstat (limited to 'API/API.mli')
-rw-r--r--API/API.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli
index d844e8bf52..0b5183947b 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -2634,7 +2634,6 @@ module Lib : sig
| 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