monitor: Remove duplicate monitor_interface structure

The global structure was intended to be used, not the one local to the
main function.
This commit is contained in:
Denis Kenzior 2019-07-23 09:21:17 -05:00
parent 45ce4bc8eb
commit 140c626a4b
1 changed files with 0 additions and 1 deletions

View File

@ -693,7 +693,6 @@ int main(int argc, char *argv[])
const char *reader_path = NULL;
const char *analyze_path = NULL;
const char *ifname = NULL;
struct iwmon_interface monitor_interface = { };
uint16_t nl80211_family = 0;
int exit_status;