aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/inductive.mli
diff options
context:
space:
mode:
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;
}