From b66bf2c6e46964a181b8c5a9ddc7ed80fdeb5307 Mon Sep 17 00:00:00 2001 From: Melissa Kilby Date: Thu, 24 Aug 2023 16:47:29 +0000 Subject: [PATCH] cleanup: remove some unused variables Co-authored-by: Andrea Terzolo Signed-off-by: Melissa Kilby --- userspace/falco/app/options.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/userspace/falco/app/options.h b/userspace/falco/app/options.h index d3932193..04c6b6f8 100644 --- a/userspace/falco/app/options.h +++ b/userspace/falco/app/options.h @@ -70,8 +70,6 @@ public: 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;