Skip to content

Commit f6daeb4

Browse files
committed
1 parent 4ccc472 commit f6daeb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/run.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,8 +1246,7 @@ let declare_mind env sigma params sigs mut_constrs =
12461246
let univs, ubinders = Evd.univ_entry ~poly:false sigma in
12471247
let uctx = match univs with
12481248
| UState.Monomorphic_entry ctx ->
1249-
let () = Global.push_qualities QGraph.Internal (PConstraints.ContextSet.sort_context_set ctx) in (* XXX *)
1250-
let () = Global.push_context_set (PConstraints.ContextSet.univ_context_set ctx) in
1249+
let () = Global.push_context_set ctx in
12511250
Entries.Monomorphic_ind_entry
12521251
| UState.Polymorphic_entry uctx -> Entries.Polymorphic_ind_entry uctx
12531252
in

0 commit comments

Comments
 (0)