mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-02 15:15:17 +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)
|
if(s.options.print_support)
|
||||||
{
|
{
|
||||||
nlohmann::json support;
|
nlohmann::json support;
|
||||||
std::string cmdline;
|
|
||||||
|
|
||||||
if(get_sysinfo(support) != 0)
|
if(get_sysinfo(support) != 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user