summaryrefslogtreecommitdiffstats
path: root/binding-bluetooth/bluetooth-manager.c
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-07-25 10:34:54 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-07-25 10:34:54 +0000
commit3587e397424285df38d28b1572ce9118724d5122 (patch)
treece9d943fa02de5274803f1723c7ade5dbb410114 /binding-bluetooth/bluetooth-manager.c
parent2dd4f451d0ca434c662844415bc3a3f3c37a6aa2 (diff)
parent76d2404f4500a68e07c0778c3c9bb0d5f0e7c89f (diff)
Merge "binding: bluetooth: remove race condition workaround" into dabdab_4.0.0dab/4.0.04.0.0
Diffstat (limited to 'binding-bluetooth/bluetooth-manager.c')
-rw-r--r--binding-bluetooth/bluetooth-manager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/binding-bluetooth/bluetooth-manager.c b/binding-bluetooth/bluetooth-manager.c
index e234d9b..24312c2 100644
--- a/binding-bluetooth/bluetooth-manager.c
+++ b/binding-bluetooth/bluetooth-manager.c
@@ -1747,7 +1747,6 @@ int BluetoothManagerInit() {
pthread_create(&thread_id, NULL, bt_event_loop_thread, NULL);
//pthread_setname_np(thread_id, "BT_Manager");
- sleep(1);
return 0;
}