aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/library.ml
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-12-23 14:27:13 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-12-31 17:01:50 +0100
commit1a8a8db7a9e4eb5ab56cd192411529661a4972c7 (patch)
tree54b4b4e656d7e0c03f6db7747a207e7935244996 /library/library.ml
parent37ab457263e980aa49e681eceb3eb382ef8b36e3 (diff)
Remove Library.mem, which is pointless since 8.5.
Diffstat (limited to 'library/library.ml')
-rw-r--r--library/library.ml7
1 files changed, 0 insertions, 7 deletions
diff --git a/library/library.ml b/library/library.ml
index 7aaa8b2e6..db95213fe 100644
--- a/library/library.ml
+++ b/library/library.ml
@@ -769,13 +769,6 @@ let save_library_raw f sum lib univs proofs =
System.marshal_out_segment f' ch (proofs : seg_proofs);
close_out ch
-(************************************************************************)
-(*s Display the memory use of a library. *)
-
-open Printf
-
-let mem s = Pp.mt ()
-
module StringOrd = struct type t = string let compare = String.compare end
module StringSet = Set.Make(StringOrd)