Linux bluetooth development
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: <linux-bluetooth@vger.kernel.org>
Cc: Szymon Janc <szymon.janc@tieto.com>
Subject: [PATCH 2/5] adapter: Remove not needed variable from btd_adapter_start
Date: Mon, 19 Nov 2012 16:02:43 +0100	[thread overview]
Message-ID: <1353337366-21590-2-git-send-email-szymon.janc@tieto.com> (raw)
In-Reply-To: <1353337366-21590-1-git-send-email-szymon.janc@tieto.com>

address is no longer used and can be removed.
---
 src/adapter.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/adapter.c b/src/adapter.c
index d208cfa..8b599da 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -2259,9 +2259,6 @@ void adapter_connect_list_remove(struct btd_adapter *adapter,
 void btd_adapter_start(struct btd_adapter *adapter)
 {
 	struct session_req *req;
-	char address[18];
-
-	ba2str(&adapter->bdaddr, address);
 
 	adapter->off_requested = FALSE;
 	adapter->up = TRUE;
-- 
1.7.9.5


  reply	other threads:[~2012-11-19 15:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-19 15:02 [PATCH 1/5] adapter: Remove not needed variable from btd_adapter_get_mode Szymon Janc
2012-11-19 15:02 ` Szymon Janc [this message]
2012-11-19 15:02 ` [PATCH 3/5] adapter: Minor whitespace fix in btd_adapter_set_class Szymon Janc
2012-11-19 15:02 ` [PATCH 4/5] device: Remove not really used auto_id member from btd_device Szymon Janc
2012-11-19 15:02 ` [PATCH 5/5] device: Fix minor whitespace issues Szymon Janc
2012-11-19 18:32 ` [PATCH 1/5] adapter: Remove not needed variable from btd_adapter_get_mode Johan Hedberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1353337366-21590-2-git-send-email-szymon.janc@tieto.com \
    --to=szymon.janc@tieto.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox