Skip to content

Commit

Permalink
Auto merge of #2513 - devnexen:win32_erase_deprecated, r=JohnTitor
Browse files Browse the repository at this point in the history
win32 remove deprecated winapi part
  • Loading branch information
bors committed Nov 5, 2021
2 parents 59e0b57 + 8d595ad commit 2638ea2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 166 deletions.
1 change: 0 additions & 1 deletion libc-test/semver/windows-msvc-x86_64.txt

This file was deleted.

9 changes: 0 additions & 9 deletions src/windows/msvc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,3 @@ extern "C" {
count: ::size_t,
) -> *mut ::c_void;
}

cfg_if! {
if #[cfg(target_arch = "x86_64")] {
mod x86_64;
pub use self::x86_64::*;
} else {
// Unknown target_arch
}
}
150 changes: 0 additions & 150 deletions src/windows/msvc/x86_64/align.rs

This file was deleted.

6 changes: 0 additions & 6 deletions src/windows/msvc/x86_64/mod.rs

This file was deleted.

0 comments on commit 2638ea2

Please sign in to comment.