]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicReduction.ml
Dead code removed.
[helm.git] / helm / ocaml / cic_proof_checking / cicReduction.ml
index ce4a6d6cb6739fff22d07d1e883425782f9824bf..b7592f0fa30ae022bcdf62e9155beeadebb1d44b 100644 (file)
@@ -1079,7 +1079,6 @@ let rec normalize ?(delta=true) ?(subst=[]) ctx term =
   let t = whd ~delta ~subst ctx term in
   let aux = normalize ~delta ~subst in
   let decl name t = Some (name, C.Decl t) in
-  let def name t = Some (name, C.Def (t,None)) in
   match t with
   | C.Rel n -> t
   | C.Var (uri,exp_named_subst) ->