Skip to content

Commit 2638ea2

Browse files
committed
Auto merge of #2513 - devnexen:win32_erase_deprecated, r=JohnTitor
win32 remove deprecated winapi part
2 parents 59e0b57 + 8d595ad commit 2638ea2

File tree

4 files changed

+0
-166
lines changed

4 files changed

+0
-166
lines changed

libc-test/semver/windows-msvc-x86_64.txt

-1
This file was deleted.

src/windows/msvc/mod.rs

-9
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,3 @@ extern "C" {
1818
count: ::size_t,
1919
) -> *mut ::c_void;
2020
}
21-
22-
cfg_if! {
23-
if #[cfg(target_arch = "x86_64")] {
24-
mod x86_64;
25-
pub use self::x86_64::*;
26-
} else {
27-
// Unknown target_arch
28-
}
29-
}

src/windows/msvc/x86_64/align.rs

-150
This file was deleted.

src/windows/msvc/x86_64/mod.rs

-6
This file was deleted.

0 commit comments

Comments
 (0)