Skip to content

Commit

Permalink
removed unused CLI argument
Browse files Browse the repository at this point in the history
  • Loading branch information
lquenti committed Feb 26, 2024
1 parent 733ae9c commit 7a07526
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions blackheap/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ pub struct Cli {
#[clap(short, long, default_value = "/tmp/blackheap_benchmark_test_file.dat")]
pub file: PathBuf,

/// Which PredictionModel to use
#[clap(short, long, value_enum, default_value_t = Model::ConstantLinear)]
pub model: Model,

/// Drop caches (requires root)
#[clap(long)]
pub drop_caches: bool,
Expand Down

0 comments on commit 7a07526

Please sign in to comment.