]> matita.cs.unibo.it Git - helm.git/commitdiff
Dead code removed again!!!
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 23 Sep 2005 13:21:00 +0000 (13:21 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 23 Sep 2005 13:21:00 +0000 (13:21 +0000)
helm/ocaml/cic_proof_checking/cicUnivUtils.ml

index cf9e8249649d3afc3af5dcc5ed71fa956406cb44..1f3b698d3485d182588e1303df0442d674edd367 100644 (file)
@@ -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 =