Skip to content

Commit

Permalink
hurd: Drop using mod align
Browse files Browse the repository at this point in the history
It is not used.

(backport <rust-lang#4029>)
(cherry picked from commit e2153f1)
  • Loading branch information
sthibaul authored and tgross35 committed Nov 13, 2024
1 parent 7aeaa33 commit 02139a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/unix/hurd/align.rs

This file was deleted.

10 changes: 0 additions & 10 deletions src/unix/hurd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4675,16 +4675,6 @@ safe_f! {
}
}

cfg_if! {
if #[cfg(libc_align)] {
mod align;
pub use self::align::*;
} else {
mod no_align;
pub use self::no_align::*;
}
}

cfg_if! {
if #[cfg(target_pointer_width = "64")] {
mod b64;
Expand Down

0 comments on commit 02139a4

Please sign in to comment.