diff options
Diffstat (limited to 'toplevel/record.ml')
-rw-r--r-- | toplevel/record.ml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toplevel/record.ml b/toplevel/record.ml index a8f8c9293..c43b32762 100644 --- a/toplevel/record.ml +++ b/toplevel/record.ml @@ -519,10 +519,6 @@ let add_inductive_class ind = let k = let ctx = oneind.mind_arity_ctxt in let inst = Univ.UContext.instance mind.mind_universes in - let map = function - | LocalDef _ -> None - | LocalAssum (_, t) -> Some (lazy t) - in let ty = Inductive.type_of_inductive (push_rel_context ctx (Global.env ())) ((mind,oneind),inst) |