]> 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 7ba2cffbcfaa76298770ed8c19c5a5c369badadc..b7592f0fa30ae022bcdf62e9155beeadebb1d44b 100644 (file)
@@ -23,6 +23,8 @@
  * http://cs.unibo.it/helm/.
  *)
 
+(* $Id$ *)
+
 (* TODO unify exceptions *)
 
 exception CicReductionInternalError;;
@@ -1077,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) ->