aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/inductive.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2014-07-22 15:57:27 -0400
committerGravatar Maxime Dénès <mail@maximedenes.fr>2014-07-22 19:14:19 -0400
commitaa63497700bb2e75767c1891a961fc06ba329065 (patch)
tree3ddd6a1060fe1d134d13a087d90a26400a39ce45 /checker/inductive.mli
parent283ce711d67d18889e0e4acf51d9ef15a35e6ab7 (diff)
Porting guard fix to checker.
Diffstat (limited to 'checker/inductive.mli')
-rw-r--r--checker/inductive.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/checker/inductive.mli b/checker/inductive.mli
index dfdda3179..d2f6788c5 100644
--- a/checker/inductive.mli
+++ b/checker/inductive.mli
@@ -73,10 +73,6 @@ type guard_env =
{ env : env;
(* dB of last fixpoint *)
rel_min : int;
- (* inductive of recarg of each fixpoint *)
- inds : inductive array;
- (* the recarg information of inductive family *)
- recvec : wf_paths array;
(* dB of variables denoting subterms *)
genv : subterm_spec Lazy.t list;
}