From 16fc6a694cac35ce962e98e180354cbce6a72f54 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sun, 29 Sep 2013 07:46:26 -0700 Subject: Remove unused abi attributes. They've been replaced by putting the name on the extern block. #[abi = "foo"] goes to extern "foo" { } Closes #9483. --- src/libstd/rt/thread_local_storage.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd/rt') diff --git a/src/libstd/rt/thread_local_storage.rs b/src/libstd/rt/thread_local_storage.rs index 26eabca2d9d..cd89d09ffc0 100644 --- a/src/libstd/rt/thread_local_storage.rs +++ b/src/libstd/rt/thread_local_storage.rs @@ -84,7 +84,6 @@ pub unsafe fn get(key: Key) -> *mut c_void { } #[cfg(windows, target_arch = "x86")] -#[abi = "stdcall"] extern "stdcall" { fn TlsAlloc() -> DWORD; fn TlsSetValue(dwTlsIndex: DWORD, lpTlsvalue: LPVOID) -> BOOL; -- cgit 1.4.1-3-g733a5