Skip to content

Commit c3bf1c5

Browse files
Archcady0xc0170
authored andcommitted
remove unused class member from RTWInterface
1 parent 6f24e9e commit c3bf1c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ class RTWInterface: public WiFiInterface
158158
char _ip_address[IPADDR_STRLEN_MAX];
159159
char _netmask[NSAPI_IPv4_SIZE];
160160
char _gateway[NSAPI_IPv4_SIZE];
161-
void *scan_sema;
162-
signed int scan_num;
163161
};
164162

165163
#endif

0 commit comments

Comments
 (0)