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.
  • Loading branch information
sthibaul committed Nov 12, 2024
1 parent 9f6aa3f commit e2153f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/unix/hurd/align.rs

This file was deleted.

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

mod align;
pub use self::align::*;

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

0 comments on commit e2153f1

Please sign in to comment.