mirror of https://github.com/ARMmbed/mbed-os.git
remove unused class member from RTWInterface
parent
6f24e9e8e9
commit
c3bf1c5006
|
@ -158,8 +158,6 @@ protected:
|
||||||
char _ip_address[IPADDR_STRLEN_MAX];
|
char _ip_address[IPADDR_STRLEN_MAX];
|
||||||
char _netmask[NSAPI_IPv4_SIZE];
|
char _netmask[NSAPI_IPv4_SIZE];
|
||||||
char _gateway[NSAPI_IPv4_SIZE];
|
char _gateway[NSAPI_IPv4_SIZE];
|
||||||
void *scan_sema;
|
|
||||||
signed int scan_num;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue