Skip to content

Commit e2153f1

Browse files
committed
hurd: Drop using mod align
It is not used.
1 parent 9f6aa3f commit e2153f1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/unix/hurd/align.rs

-1
This file was deleted.

src/unix/hurd/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -4671,9 +4671,6 @@ safe_f! {
46714671
}
46724672
}
46734673

4674-
mod align;
4675-
pub use self::align::*;
4676-
46774674
cfg_if! {
46784675
if #[cfg(target_pointer_width = "64")] {
46794676
mod b64;

0 commit comments

Comments
 (0)