diff options
| author | Hugo Herbelin | 2017-09-23 14:34:32 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2017-10-24 11:14:14 +0200 |
| commit | 069ab52e2af900d498395ebd1b00b7983152326e (patch) | |
| tree | ee95d9e98e05989439adb70dc2804125ab32f1c4 | |
| parent | 1b3b1b36cfd21f3f79b7aec7249acc8ab292f25a (diff) | |
Removing dead code which raised questions.
| -rw-r--r-- | vernac/record.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vernac/record.ml b/vernac/record.ml index 9a8657c3c3..5533fe5b38 100644 --- a/vernac/record.ml +++ b/vernac/record.ml @@ -418,7 +418,6 @@ let declare_structure finite univs id idbuild paramimpls params arity template begin let env = Global.env () in let env' = Environ.push_context ctx env in - (* let env'' = Environ.push_rel_context params env' in *) let evd = Evd.from_env env' in Inductiveops.infer_inductive_subtyping env' evd mie end |
