DPM: Sync API return value with other bt-service modules.
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-common.c
index 9270222..75a2bff 100644 (file)
@@ -89,9 +89,6 @@ GDBusConnection *_bt_gdbus_init_session_gconn(void)
 {
        GError *error = NULL;
 
-       if (!g_thread_supported())
-               g_thread_init(NULL);
-
        dbus_threads_init_default();
 
        if (session_conn != NULL)