Skip to content

Commit

Permalink
chore: remove ios
Browse files Browse the repository at this point in the history
  • Loading branch information
pevers committed Mar 17, 2024
1 parent 76372d3 commit bba17f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nosleep/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ pub use nosleep_nix::*;
#[cfg(target_os = "windows")]
pub use nosleep_windows::*;

#[cfg(target_os = "ios")]
pub use nosleep_ios::*;

#[cfg(test)]
mod tests {
use nosleep_types::NoSleepTrait;
Expand Down

0 comments on commit bba17f3

Please sign in to comment.