From: Andrea Asperti Date: Wed, 9 Dec 2009 16:11:54 +0000 (+0000) Subject: Commented a couple of calls to "set_reference_of_oxuri". X-Git-Tag: make_still_working~3169 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=08ce217be50a943dba42c5cc78ab49d60bf0d841;p=helm.git Commented a couple of calls to "set_reference_of_oxuri". --- diff --git a/helm/software/components/ng_library/oCic2NCic.ml b/helm/software/components/ng_library/oCic2NCic.ml index 7225ea2a4..50b3207e8 100644 --- a/helm/software/components/ng_library/oCic2NCic.ml +++ b/helm/software/components/ng_library/oCic2NCic.ml @@ -877,5 +877,7 @@ let reference_of_oxuri u = NCicCoercion.set_convert_term convert_term;; Ncic2astMatcher.set_reference_of_oxuri reference_of_oxuri;; NCicDisambiguate.set_reference_of_oxuri reference_of_oxuri;; +(* Why should we set them here? NCicBlob.set_reference_of_oxuri reference_of_oxuri;; NCicProof.set_reference_of_oxuri reference_of_oxuri;; +*)