From: Luiz Augusto von Dentz Date: Mon, 21 Oct 2013 07:13:42 +0000 (+0300) Subject: android: Remove SHUTDOWN_GRACE_SECONDS X-Git-Tag: android-x86-4.4-r3~7309 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=491b13024c939841c03e3c0e9954933eb17dbd7c;p=android-x86%2Fexternal-bluetooth-bluez.git android: Remove SHUTDOWN_GRACE_SECONDS This is not being used for now and in case it is really needed for waiting an adapter to power down we can reintroduce it latter. --- diff --git a/android/main.c b/android/main.c index 2581b8705..fac10034f 100644 --- a/android/main.c +++ b/android/main.c @@ -49,8 +49,6 @@ #include "adapter.h" #include "hal-msg.h" -#define SHUTDOWN_GRACE_SECONDS 10 - static GMainLoop *event_loop; static struct mgmt *mgmt_if = NULL;