mirror of https://github.com/ARMmbed/mbed-os.git
tests-network-interface: drops unreferenced variable
parent
ba75924c28
commit
099cbb1d30
|
|
@ -137,8 +137,6 @@ void NETWORKINTERFACE_STATUS_NONBLOCK()
|
||||||
|
|
||||||
void NETWORKINTERFACE_STATUS_GET()
|
void NETWORKINTERFACE_STATUS_GET()
|
||||||
{
|
{
|
||||||
nsapi_connection_status_t status;
|
|
||||||
|
|
||||||
net = NetworkInterface::get_default_instance();
|
net = NetworkInterface::get_default_instance();
|
||||||
net->set_blocking(true);
|
net->set_blocking(true);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue