Skip to content

Commit

Permalink
remove unused option
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Apr 11, 2022
1 parent cef4aeb commit b42c421
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hyperscan/examples/patbench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ struct Opt {
#[structopt(short = "N")]
non_streaming: bool,

/// sets streaming mode (default)
#[structopt(short = "S")]
streaming: bool,

/// sets the factor group size (must be >0); this allows the detection of multiple interacting factors
#[structopt(short = "F", default_value = "1")]
factor_max: usize,
Expand Down

0 comments on commit b42c421

Please sign in to comment.