mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-20 19:12:33 +01:00
main: Remove unnecessary initialization
This commit is contained in:
parent
73e61fa787
commit
2d73fb35fe
@ -46,7 +46,7 @@
|
||||
#include "src/backtrace.h"
|
||||
|
||||
static struct l_settings *iwd_config;
|
||||
static struct l_timeout *timeout = NULL;
|
||||
static struct l_timeout *timeout;
|
||||
static const char *interfaces;
|
||||
static const char *nointerfaces;
|
||||
static const char *config_dir;
|
||||
|
Loading…
Reference in New Issue
Block a user