From c5fe1eeb2b575d1c696ca15ad9155223839d82e2 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 27 Feb 2013 18:30:24 +0000 Subject: [PATCH] Ferruccio's removal of objects commented out because it breaks compilation of the standard library! --- matita/components/ng_library/nCicLibrary.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matita/components/ng_library/nCicLibrary.ml b/matita/components/ng_library/nCicLibrary.ml index b63fe6a71..3117a12ad 100644 --- a/matita/components/ng_library/nCicLibrary.ml +++ b/matita/components/ng_library/nCicLibrary.ml @@ -260,7 +260,9 @@ module Serializer(D: sig type dumpable_s = private #dumpable_status end) = let ch = open_out (ng_path_of_baseuri baseuri) in Marshal.to_channel ch (magic,(status#dump.dependencies,status#dump.objs)) []; close_out ch; +(* remove_objects ~baseuri; (* FG: we remove the old objects before putting the new ones*) +*) List.iter (function | `Obj (uri,obj) -> -- 2.39.2