diff options
| author | Pierre-Marie Pédrot | 2018-10-04 17:00:33 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-10-04 17:02:12 +0200 |
| commit | 875c133ad30890ce3338093b5060cb2dd68c5b52 (patch) | |
| tree | 73bd5e6d1799af705851f468e42e26b8be6c323f /kernel/cClosure.mli | |
| parent | c1e7333faab2f3b0381fc56aa69979cd80ccd75f (diff) | |
Remove FCast from CClosure.fterm.
Just like in the Sixth Sense, it turns out it was dead code all along.
Diffstat (limited to 'kernel/cClosure.mli')
| -rw-r--r-- | kernel/cClosure.mli | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
