Skip to content

Commit

Permalink
free: remove redundant import on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Mar 30, 2024
1 parent 2505564 commit d256e76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/uu/free/src/free.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ use std::fs;
#[cfg(target_os = "linux")]
use std::io::Error;
use std::process;
#[cfg(target_os = "macos")]
use sysinfo;
use uucore::{error::UResult, format_usage, help_about, help_usage};

const ABOUT: &str = help_about!("free.md");
Expand Down

0 comments on commit d256e76

Please sign in to comment.