From 875c133ad30890ce3338093b5060cb2dd68c5b52 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Thu, 4 Oct 2018 17:00:33 +0200 Subject: Remove FCast from CClosure.fterm. Just like in the Sixth Sense, it turns out it was dead code all along. --- kernel/cClosure.mli | 1 - 1 file changed, 1 deletion(-) (limited to 'kernel/cClosure.mli') diff --git a/kernel/cClosure.mli b/kernel/cClosure.mli index 6121b3a1ec..2a018d172a 100644 --- a/kernel/cClosure.mli +++ b/kernel/cClosure.mli @@ -131,7 +131,6 @@ type fconstr type fterm = | FRel of int | FAtom of constr (** Metas and Sorts *) - | FCast of fconstr * cast_kind * fconstr | FFlex of table_key | FInd of inductive Univ.puniverses | FConstruct of constructor Univ.puniverses -- cgit v1.2.3