From 277bc8017b8331145ddb017f831f9e14c2b7ff69 Mon Sep 17 00:00:00 2001 From: Gowtham Anandha Babu Date: Thu, 5 Feb 2015 12:52:42 +0530 Subject: [PATCH] bt-api/bt-adapter: Fix unused variable issues Fixed the following warning: [bt-api/bt-adapter.c:228]: (style) Variable 'timeout' is assigned a value that is never used. Change-Id: Ifd3eeb6e164d55439db95c83ff7caff776a8c67a Signed-off-by: Gowtham Anandha Babu --- bt-api/bt-adapter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bt-api/bt-adapter.c b/bt-api/bt-adapter.c index b4794c9..2def8c2 100644 --- a/bt-api/bt-adapter.c +++ b/bt-api/bt-adapter.c @@ -225,7 +225,6 @@ BT_EXPORT_API int bluetooth_get_discoverable_mode(bluetooth_discoverable_mode_t discoverable_mode_ptr) { int result; - int timeout = 0; BT_CHECK_PARAMETER(discoverable_mode_ptr, return); -- 2.7.4