]> matita.cs.unibo.it Git - helm.git/commitdiff
Commented a couple of calls to "set_reference_of_oxuri".
authorAndrea Asperti <andrea.asperti@unibo.it>
Wed, 9 Dec 2009 16:11:54 +0000 (16:11 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Wed, 9 Dec 2009 16:11:54 +0000 (16:11 +0000)
helm/software/components/ng_library/oCic2NCic.ml

index 7225ea2a44198690e17e93ab366f9907352dccca..50b3207e89d2114167969a792250e7f918eeefb7 100644 (file)
@@ -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;;
+*)