Skip to content

Commit

Permalink
Removed unused line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpevzner committed Jan 2, 2020
1 parent a7405d3 commit cedc94e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airscan-conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,6 @@ conf_unload (void)
conf_device_list_free();
g_free((char*) conf.dbg_trace);
memset(&conf, 0, sizeof(conf));
conf.dbg_enabled = true; // FIXME
}

/* vim:ts=8:sw=4:et
Expand Down

0 comments on commit cedc94e

Please sign in to comment.