aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/safe_typing.mli
diff options
context:
space:
mode:
authorGravatar regisgia <regisgia@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-08-27 14:21:29 +0000
committerGravatar regisgia <regisgia@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-08-27 14:21:29 +0000
commit16e0fd71ac54a1953d9bc8b86528b000b6721a18 (patch)
tree8c691314da83e433c8d37db499f4aa8bc6beb43a /checker/safe_typing.mli
parent0b8e0849345efb93a7bd15091223281be081b42e (diff)
* checker/Safe_typing.LightenLibrary:
Remove the function "save" as the checker only needs to read vo files. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13387 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'checker/safe_typing.mli')
-rw-r--r--checker/safe_typing.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/checker/safe_typing.mli b/checker/safe_typing.mli
index 78107455c..73f705182 100644
--- a/checker/safe_typing.mli
+++ b/checker/safe_typing.mli
@@ -34,10 +34,6 @@ sig
type table
type lightened_compiled_library
- (** [save] splits a library into a lightened library with indexes
- and a table that maps these indexes to opaque terms. *)
- val save : compiled_library -> lightened_compiled_library * table
-
(** [load lpf get_table lcl] builds a compiled library from a
lightened library [lcl] by remplacing every index by its related
opaque terms inside the table obtained by [get_table ()].