diff options
| author | varkor <github@varkor.com> | 2019-03-21 12:38:05 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-03-27 09:44:55 +0000 |
| commit | 6cc09fc8b2b678ea605254ea9a0fd58da3e4d44b (patch) | |
| tree | d384cfefa410c83e55421ccdfc2384d486ef46a5 | |
| parent | abf5e816636428454262b907d64e6d8cb45dc387 (diff) | |
| download | rust-6cc09fc8b2b678ea605254ea9a0fd58da3e4d44b.tar.gz rust-6cc09fc8b2b678ea605254ea9a0fd58da3e4d44b.zip | |
Remove `TypeVariableMap`
| -rw-r--r-- | src/librustc/infer/type_variable.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc/infer/type_variable.rs b/src/librustc/infer/type_variable.rs index a5b2e591f91..96a9f9520b4 100644 --- a/src/librustc/infer/type_variable.rs +++ b/src/librustc/infer/type_variable.rs @@ -60,8 +60,6 @@ pub enum TypeVariableOrigin { Generalized(ty::TyVid), } -pub type TypeVariableMap = FxHashMap<ty::TyVid, TypeVariableOrigin>; - struct TypeVariableData { origin: TypeVariableOrigin, diverging: bool, |
