From c3bf1c50065ee22cd6fa73ae142ee6f920ecc43f Mon Sep 17 00:00:00 2001 From: Yuguo Zou Date: Tue, 18 Apr 2017 17:14:39 +0800 Subject: [PATCH] remove unused class member from RTWInterface --- targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.h b/targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.h index f556bb2525..09b5cfd1ed 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.h @@ -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