network: Actually remove the seen_time field

This commit is contained in:
Andrew Zaborowski 2018-08-01 03:56:40 +02:00 committed by Denis Kenzior
parent f6aa2c7236
commit ac527d88c6
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ struct network_info {
char ssid[33];
enum security type;
struct timespec connected_time; /* Time last connected */
struct timespec seen_time; /* Time last seen */
int seen_count; /* Ref count for network.info */
bool is_hidden:1;
};