aboutsummaryrefslogtreecommitdiff
path: root/kernel/declarations.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/declarations.ml')
-rw-r--r--kernel/declarations.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/declarations.ml b/kernel/declarations.ml
index 244cd2865d..d5f219b55f 100644
--- a/kernel/declarations.ml
+++ b/kernel/declarations.ml
@@ -293,8 +293,6 @@ and 'a generic_module_body =
mod_expr : 'a; (** implementation *)
mod_type : module_signature; (** expanded type *)
mod_type_alg : module_expression option; (** algebraic type *)
- mod_constraints : Univ.ContextSet.t; (**
- set of all universes constraints in the module *)
mod_delta : Mod_subst.delta_resolver; (**
quotiented set of equivalent constants and inductive names *)
mod_retroknowledge : 'a module_retroknowledge }