From 491b13024c939841c03e3c0e9954933eb17dbd7c Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 21 Oct 2013 10:13:42 +0300 Subject: [PATCH] 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. --- android/main.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.11.0