aboutsummaryrefslogtreecommitdiff
path: root/checker/mod_checking.ml
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-04-16 23:06:35 +0200
committerGaëtan Gilbert2020-04-20 13:19:17 +0200
commit7a4e7dfbaa8dc3fa92931c4bfa39d268940e08f8 (patch)
tree13c841f5e345bc11b4ed78af0f51b8a087890fbe /checker/mod_checking.ml
parente77b7aed145718b73ca58c75bc7ed01d2b55446f (diff)
Remove mod_constraints field of module body
Diffstat (limited to 'checker/mod_checking.ml')
-rw-r--r--checker/mod_checking.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/checker/mod_checking.ml b/checker/mod_checking.ml
index 44b7089fd0..e3cca50f06 100644
--- a/checker/mod_checking.ml
+++ b/checker/mod_checking.ml
@@ -84,7 +84,6 @@ let mk_mtb mp sign delta =
mod_expr = ();
mod_type = sign;
mod_type_alg = None;
- mod_constraints = Univ.ContextSet.empty;
mod_delta = delta;
mod_retroknowledge = ModTypeRK; }