From c44080b74f4ea1e4b7ae88dfe5a440364bed3fca Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Thu, 11 Oct 2018 19:08:33 +0200 Subject: Universe Polymorphism is a normal attribute modulo the stm (no Flags) --- lib/flags.ml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/flags.ml') diff --git a/lib/flags.ml b/lib/flags.ml index c8f19f2f11..582506f3a8 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -103,10 +103,6 @@ let auto_intros = ref true let make_auto_intros flag = auto_intros := flag let is_auto_intros () = !auto_intros -let universe_polymorphism = ref false -let make_universe_polymorphism b = universe_polymorphism := b -let is_universe_polymorphism () = !universe_polymorphism - let polymorphic_inductive_cumulativity = ref false let make_polymorphic_inductive_cumulativity b = polymorphic_inductive_cumulativity := b let is_polymorphic_inductive_cumulativity () = !polymorphic_inductive_cumulativity -- cgit v1.2.3