Skip to content

Commit

Permalink
cleanup: remove some unused variables
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Terzolo <[email protected]>
Signed-off-by: Melissa Kilby <[email protected]>
  • Loading branch information
2 people authored and poiana committed Aug 25, 2023
1 parent 0d4e77b commit b66bf2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions userspace/falco/app/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ class options {
std::string pidfilename;
// Rules list as passed by the user, via cmdline option '-r'
std::list<std::string> rules_filenames;
std::string stats_output_file;
std::string stats_interval;
uint64_t snaplen;
bool print_support;
std::set<std::string> disabled_rule_tags;
Expand Down

0 comments on commit b66bf2c

Please sign in to comment.