]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_cic_content/ncic2astMatcher.ml
- most of cic/ removed
[helm.git] / matita / components / ng_cic_content / ncic2astMatcher.ml
index 2ae782bdbd2de3684c67100a51f3460e9c3be574..5acb8eb1349b5287361389dd49a03884b32a7a0b 100644 (file)
@@ -40,8 +40,6 @@ struct
     | NRef of NReference.reference
     | Appl of cic_mask_t list
 
-    let uri_of_term t = CicUtil.uri_of_term (Deannotate.deannotate_term t)
-
     let mask_of_cic = function
       | NCic.Appl tl -> Appl (List.map (fun _ -> Blob) tl), tl
       | NCic.Const nref -> NRef nref, []