Skip to content

Commit 6cc09fc

Browse files
committed
Remove TypeVariableMap
1 parent abf5e81 commit 6cc09fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc/infer/type_variable.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ pub enum TypeVariableOrigin {
6060
Generalized(ty::TyVid),
6161
}
6262

63-
pub type TypeVariableMap = FxHashMap<ty::TyVid, TypeVariableOrigin>;
64-
6563
struct TypeVariableData {
6664
origin: TypeVariableOrigin,
6765
diverging: bool,

0 commit comments

Comments
 (0)