Skip to content

Commit

Permalink
Remove new max_universe function
Browse files Browse the repository at this point in the history
This was used earlier an attempt to figure out the universe situation,
but I don't believe it ended up being ultimately useful.
  • Loading branch information
daboross committed Oct 23, 2020
1 parent 7af0350 commit 893e8db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chalk-solve/src/infer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ impl<I: Interner> InferenceTable<I> {
u
}

pub(crate) fn max_universe(&mut self) -> UniverseIndex {
self.max_universe
}

/// Creates a new inference variable and returns its index. The
/// kind of the variable should be known by the caller, but is not
/// tracked directly by the inference table.
Expand Down

0 comments on commit 893e8db

Please sign in to comment.