File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,12 @@ impl<I: Interner> InferenceTable<I> {
4141 } ;
4242 let value = value. fold_with ( & mut q, DebruijnIndex :: INNERMOST ) . unwrap ( ) ;
4343 let free_vars = q. free_vars . clone ( ) ;
44- let max_universe = q. max_universe ;
4544
4645 Canonicalized {
4746 quantified : Canonical {
4847 value,
4948 binders : q. into_binders ( ) ,
5049 } ,
51- max_universe,
5250 free_vars,
5351 }
5452 }
@@ -61,10 +59,6 @@ pub struct Canonicalized<T: HasInterner> {
6159
6260 /// The free existential variables, along with the universes they inhabit.
6361 pub free_vars : Vec < ParameterEnaVariable < T :: Interner > > ,
64-
65- /// The maximum universe of any universally quantified variables
66- /// encountered.
67- max_universe : UniverseIndex ,
6862}
6963
7064struct Canonicalizer < ' q , I : Interner > {
You can’t perform that action at this time.
0 commit comments