From 77bd75a16b1eda9b60883c9d0892fa09551809b3 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 23 Sep 2005 13:21:00 +0000 Subject: [PATCH] Dead code removed again!!! --- helm/ocaml/cic_proof_checking/cicUnivUtils.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/ocaml/cic_proof_checking/cicUnivUtils.ml b/helm/ocaml/cic_proof_checking/cicUnivUtils.ml index cf9e82496..1f3b698d3 100644 --- a/helm/ocaml/cic_proof_checking/cicUnivUtils.ml +++ b/helm/ocaml/cic_proof_checking/cicUnivUtils.ml @@ -99,7 +99,6 @@ let universes_of_obj uri t = aux ty; aux te; (List.iter (fun t -> aux t) patterns) | C.Fix (no, funs) -> List.iter (fun (_,_,b,c) -> aux b; aux c) funs | C.CoFix (no,funs) -> List.iter (fun (_,b,c) -> aux b; aux c) funs - | _ -> () and aux_uri u = if is_not_visited u then let _, _, l = -- 2.39.2