about summary refs log tree commit diff
path: root/src/librustc/ich
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2019-11-09 22:27:52 +0100
committerCamille GILLOT <gillot.camille@gmail.com>2019-11-17 22:37:14 +0100
commit2ba84c6bea8ce018d81b3eb2ef923aeb996f02f0 (patch)
tree6e7c15ae2a7d82455569f24ef4f9505b4b385a94 /src/librustc/ich
parenta265bc22f161c7399c5a35835305d2dacf24753a (diff)
downloadrust-2ba84c6bea8ce018d81b3eb2ef923aeb996f02f0.tar.gz
rust-2ba84c6bea8ce018d81b3eb2ef923aeb996f02f0.zip
HashStable_Generic for librustc_target.
Diffstat (limited to 'src/librustc/ich')
-rw-r--r--src/librustc/ich/impls_syntax.rs23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/librustc/ich/impls_syntax.rs b/src/librustc/ich/impls_syntax.rs
index 42d6576ba6d..f8bf8f4ab8a 100644
--- a/src/librustc/ich/impls_syntax.rs
+++ b/src/librustc/ich/impls_syntax.rs
@@ -17,29 +17,6 @@ use crate::hir::def_id::{DefId, CrateNum, CRATE_DEF_INDEX};
 use smallvec::SmallVec;
 use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
 
-impl_stable_hash_for!(enum ::rustc_target::spec::abi::Abi {
-    Cdecl,
-    Stdcall,
-    Fastcall,
-    Vectorcall,
-    Thiscall,
-    Aapcs,
-    Win64,
-    SysV64,
-    PtxKernel,
-    Msp430Interrupt,
-    X86Interrupt,
-    AmdGpuKernel,
-    EfiApi,
-    Rust,
-    C,
-    System,
-    RustIntrinsic,
-    RustCall,
-    PlatformIntrinsic,
-    Unadjusted
-});
-
 impl_stable_hash_for!(struct ::syntax::ast::Lit {
     kind,
     token,