OSDN Git Service

android: Remove SHUTDOWN_GRACE_SECONDS
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 21 Oct 2013 07:13:42 +0000 (10:13 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 21 Oct 2013 07:16:36 +0000 (10:16 +0300)
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

index 2581b87..fac1003 100644 (file)
@@ -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;