Remove TypeVariableMap

This commit is contained in:
varkor 2019-03-21 12:38:05 +00:00
parent abf5e81663
commit 6cc09fc8b2

View file

@ -60,8 +60,6 @@ pub enum TypeVariableOrigin {
Generalized(ty::TyVid),
}
pub type TypeVariableMap = FxHashMap<ty::TyVid, TypeVariableOrigin>;
struct TypeVariableData {
origin: TypeVariableOrigin,
diverging: bool,