remove unused class member from RTWInterface

pull/4438/head
Yuguo Zou 2017-04-18 17:14:39 +08:00 committed by Martin Kojtal
parent 6f24e9e8e9
commit c3bf1c5006
1 changed files with 0 additions and 2 deletions

View File

@ -158,8 +158,6 @@ protected:
char _ip_address[IPADDR_STRLEN_MAX];
char _netmask[NSAPI_IPv4_SIZE];
char _gateway[NSAPI_IPv4_SIZE];
void *scan_sema;
signed int scan_num;
};
#endif