mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 22:28:22 +00:00
fix(actions): remove unused variable in print_support
Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
This commit is contained in:
@@ -98,7 +98,6 @@ falco::app::run_result falco::app::actions::print_support(falco::app::state& s)
|
||||
if(s.options.print_support)
|
||||
{
|
||||
nlohmann::json support;
|
||||
std::string cmdline;
|
||||
|
||||
if(get_sysinfo(support) != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user