diff --git a/userspace/falco/app/options.h b/userspace/falco/app/options.h index d3932193e8a..04c6b6f8c57 100644 --- a/userspace/falco/app/options.h +++ b/userspace/falco/app/options.h @@ -70,8 +70,6 @@ class options { std::string pidfilename; // Rules list as passed by the user, via cmdline option '-r' std::list rules_filenames; - std::string stats_output_file; - std::string stats_interval; uint64_t snaplen; bool print_support; std::set disabled_rule_tags;