From: Anderson Lizardo Date: Wed, 8 Feb 2012 16:12:50 +0000 (-0400) Subject: proximity: Remove unused variable X-Git-Tag: android-x86-4.4-r3~13617 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f703cc03b7d473adea87b641eee8d4144cdf7b71;p=android-x86%2Fexternal-bluetooth-bluez.git proximity: Remove unused variable --- diff --git a/proximity/reporter.c b/proximity/reporter.c index 737faf938..977757430 100644 --- a/proximity/reporter.c +++ b/proximity/reporter.c @@ -50,8 +50,6 @@ enum { HIGH_ALERT = 0x02, }; -static uint16_t tx_power_handle; - static void register_link_loss(struct btd_adapter *adapter) { uint16_t start_handle, h; @@ -123,7 +121,6 @@ static void register_tx_power(struct btd_adapter *adapter) /* Power level value */ bt_uuid16_create(&uuid, POWER_LEVEL_CHR_UUID); att_put_u8(0x00, &atval[0]); - tx_power_handle = h; attrib_db_add(adapter, h++, &uuid, ATT_NONE, ATT_NOT_PERMITTED, atval, 1); /* Client characteristic configuration */