From: Andrea Asperti Date: Mon, 23 May 2011 10:24:12 +0000 (+0000) Subject: Removed dead code X-Git-Tag: make_still_working~2498 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=76058a686dc58780de9ce8915ece239014bb2ff5;p=helm.git Removed dead code --- diff --git a/matitaB/components/ng_cic_content/interpretations.ml b/matitaB/components/ng_cic_content/interpretations.ml index c898c0faa..226eecdfd 100644 --- a/matitaB/components/ng_cic_content/interpretations.ml +++ b/matitaB/components/ng_cic_content/interpretations.ml @@ -38,11 +38,6 @@ let hide_coercions = ref true;; type cic_id = string -type term_info = - { sort: (cic_id, Ast.sort_kind) Hashtbl.t; - uri: (cic_id, NReference.reference) Hashtbl.t; - } - module IntMap = Map.Make(struct type t = int let compare = compare end);; module StringMap = Map.Make(String);;