From: Claudio Sacerdoti Coen Date: Wed, 27 Feb 2013 18:30:24 +0000 (+0000) Subject: Ferruccio's removal of objects commented out because it breaks compilation of X-Git-Tag: make_still_working~1243 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=c5fe1eeb2b575d1c696ca15ad9155223839d82e2 Ferruccio's removal of objects commented out because it breaks compilation of the standard library! --- 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) ->