[Build Warning] comment out unused static functions 02/181602/1 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.011913 accepted/tizen/unified/20180619.110143 submit/tizen/20180615.050933 submit/tizen_5.0/20181101.000001
authorchleun.moon <chleun.moon@samsung.com>
Fri, 15 Jun 2018 05:01:24 +0000 (14:01 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Fri, 15 Jun 2018 05:01:30 +0000 (14:01 +0900)
Change-Id: I778f6104cacb2161b423c0492cd5abd25d805492
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
sources/libraries/Common/common_utils.c
sources/wifi-syspopup/wifi-syspopup.c

index 637ad7c..4616956 100755 (executable)
@@ -65,7 +65,10 @@ struct gdbus_connection_data {
        guint subscribe_id_supplicant;
 };
 
+#if 0
+// not used at this moment 06/15/2018 
 static struct gdbus_connection_data gdbus_conn = { NULL, 0 };
+#endif
 static GSList *managed_idler_list = NULL;
 static int (*rotate_cb)(enum appcore_rm, void*, Eina_Bool, Eina_Bool) = NULL;
 static void *rotate_cb_data = NULL;
@@ -713,6 +716,8 @@ void common_util_manager_ecore_scan_update_timer_reset(void)
        scan_update_timer = NULL;
 }
 
+#if 0
+// not used at this moment 06/15/2018 
 static GDBusConnection *common_util_get_gdbus_conn(void)
 {
        GError *error = NULL;
@@ -734,6 +739,7 @@ static GDBusConnection *common_util_get_gdbus_conn(void)
 
        return gdbus_conn.connection;
 }
+#endif // #if 0
 
 int common_utils_get_sim_state(void)
 {
index ac7d070..1d9a15f 100755 (executable)
@@ -357,6 +357,8 @@ static int wifi_devpkr_create(void)
        return 1;
 }
 
+#if 0
+// not used at this moment 06/15/2018 
 static void _bg_scan_status_callback(GDBusConnection *conn,
                const gchar *name, const gchar *path, const gchar *interface,
                const gchar *sig, GVariant *param, gpointer user_data)
@@ -395,6 +397,7 @@ static void _bg_scan_status_callback(GDBusConnection *conn,
 
        __COMMON_FUNC_EXIT__;
 }
+#endif
 
 static int wifi_devpkr_init()
 {