refactor(network): remove useless assignment

This commit is contained in:
Alex 2019-05-26 22:40:29 +02:00
parent ecec02c8be
commit 253366baf4
1 changed files with 0 additions and 1 deletions

View File

@ -631,7 +631,6 @@ int waybar::modules::Network::handleEvents(struct nl_msg *msg, void *data) {
if (rtif->ifi_index != net->ifid_) {
net->clearIface();
}
net->linked_ = true;
net->ifname_ = ifname;
net->ifid_ = rtif->ifi_index;
}