]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_library/nCicLibrary.ml
Ferruccio's removal of objects commented out because it breaks compilation of
[helm.git] / matita / components / ng_library / nCicLibrary.ml
index b63fe6a71263ec1e31e1bd7f555bc10fed89ab66..3117a12ad387d8458711ab9c50cf9b32271fac4c 100644 (file)
@@ -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) ->