[Build Warning] comment out unused static function 79/181579/1
authorTaesoo Jun <steve.jun@samsung.com>
Fri, 15 Jun 2018 01:24:36 +0000 (10:24 +0900)
committerTaesoo Jun <steve.jun@samsung.com>
Fri, 15 Jun 2018 01:24:46 +0000 (10:24 +0900)
Change-Id: I1fea85b9efb617aa22b31bc6a409572c5ce24bdf
Signed-off-by: Taesoo Jun <steve.jun@samsung.com>
src/mobileap_softap.c

index bc18616..22ce2bb 100755 (executable)
@@ -1233,6 +1233,8 @@ static int __get_device_info_by_wext(softap_device_info_t *di)
 }
 #endif
 
+#if 0
+// not used at this moment 06/15/2018
 static int __get_device_info_by_nl80211(softap_device_info_t *di)
 {
        int ret = 0;
@@ -1289,6 +1291,7 @@ static int __get_device_info_by_nl80211(softap_device_info_t *di)
 
        return ret;
 }
+#endif
 
 static int __enable_port_forwarding(void)
 {