mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-12 13:07:49 +00:00
chore(userspace/falco) remove unused var
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
@@ -38,7 +38,6 @@ application::run_result application::print_support()
|
||||
struct utsname sysinfo;
|
||||
std::string cmdline;
|
||||
std::unique_ptr<sinsp> s(new sinsp());
|
||||
char driver_api_version_string[32], driver_schema_version_string[32];
|
||||
|
||||
if(uname(&sysinfo) != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user