aboutsummaryrefslogtreecommitdiff
path: root/library/library.ml
diff options
context:
space:
mode:
authorMaxime Dénès2017-06-15 21:54:34 +0200
committerMaxime Dénès2017-06-15 21:54:34 +0200
commit9beec0fc6cc283294bbbda363a3f788ae56347d5 (patch)
tree2df172ba10cedaa935460eed511a9dc494d1bafa /library/library.ml
parent5b109c098a46e5083ba0cf98b5fe72312331770e (diff)
parent63896b2443e71e47c016fc9d0709cc22cf24f288 (diff)
Merge PR#769: [lib] Remove obsolete state-management function add_frozen_state
Diffstat (limited to 'library/library.ml')
-rw-r--r--library/library.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/library.ml b/library/library.ml
index 5a5f99cc51..db05ad2b7b 100644
--- a/library/library.ml
+++ b/library/library.ml
@@ -575,7 +575,7 @@ let require_library_from_dirpath modrefl export =
else
add_anonymous_leaf (in_require (needed,modrefl,export));
if !Flags.xml_export then List.iter (Hook.get f_xml_require) modrefl;
- add_frozen_state ()
+ ()
(* the function called by Vernacentries.vernac_import *)