Skip to content

Commit

Permalink
Merge pull request #826 from tamird/lint-nightly
Browse files Browse the repository at this point in the history
aya-bpf-cty: remove empty module
  • Loading branch information
tamird authored Oct 24, 2023
2 parents 67fe16e + b65a652 commit cc29c8a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bpf/aya-bpf-cty/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
pub use ad::*;
// OD = OS dependent
pub use od::*;
// PWD = Pointer Width Dependent
pub use pwd::*;

#[cfg(target_arch = "bpf")]
mod ad {
Expand Down Expand Up @@ -106,12 +104,6 @@ mod od {
pub type c_ulong = u64;
}

#[cfg(target_pointer_width = "32")]
mod pwd {}

#[cfg(target_pointer_width = "64")]
mod pwd {}

pub type int8_t = i8;
pub type int16_t = i16;
pub type int32_t = i32;
Expand Down

0 comments on commit cc29c8a

Please sign in to comment.