Skip to content

Commit

Permalink
fix(actions): remove unused variable in print_support
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Gaist <[email protected]>
  • Loading branch information
sgaist authored and poiana committed Feb 19, 2024
1 parent e07f056 commit ad585cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion userspace/falco/app/actions/print_support.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit ad585cd

Please sign in to comment.