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> {
41
41
} ;
42
42
let value = value. fold_with ( & mut q, DebruijnIndex :: INNERMOST ) . unwrap ( ) ;
43
43
let free_vars = q. free_vars . clone ( ) ;
44
- let max_universe = q. max_universe ;
45
44
46
45
Canonicalized {
47
46
quantified : Canonical {
48
47
value,
49
48
binders : q. into_binders ( ) ,
50
49
} ,
51
- max_universe,
52
50
free_vars,
53
51
}
54
52
}
@@ -61,10 +59,6 @@ pub struct Canonicalized<T: HasInterner> {
61
59
62
60
/// The free existential variables, along with the universes they inhabit.
63
61
pub free_vars : Vec < ParameterEnaVariable < T :: Interner > > ,
64
-
65
- /// The maximum universe of any universally quantified variables
66
- /// encountered.
67
- max_universe : UniverseIndex ,
68
62
}
69
63
70
64
struct Canonicalizer < ' q , I : Interner > {
You can’t perform that action at this time.
0 commit comments