diff options
-rwxr-xr-x | plugins/wifi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/wifi.c b/plugins/wifi.c index ebbd6b83..3135484b 100755 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -3729,11 +3729,6 @@ static void peer_changed(GSupplicantPeer *peer, GSupplicantPeerState state) struct connman_peer *connman_peer; const char *identifier; -#if defined TIZEN_EXT - if (!wifi) - return; -#endif - identifier = g_supplicant_peer_get_identifier(peer); DBG("ident: %s", identifier); |