Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/3] client: remove unused variable
@ 2011-05-09  8:21 Luiz Augusto von Dentz
  2011-05-09  8:21 ` [PATCH 2/3] client: fix not canceling connection request if client exit bus Luiz Augusto von Dentz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2011-05-09  8:21 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.dentz-von@nokia.com>

---
 client/session.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/client/session.c b/client/session.c
index 88eae8d..ceda3f4 100644
--- a/client/session.c
+++ b/client/session.c
@@ -516,10 +516,7 @@ struct session_data *session_create(const char *source,
 
 void session_shutdown(struct session_data *session)
 {
-	struct transfer_data *transfer;
-
 	DBG("%p", session);
-	transfer = session->pending ? session->pending->data : NULL;
 
 	session_ref(session);
 
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-14 23:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-09  8:21 [PATCH 1/3] client: remove unused variable Luiz Augusto von Dentz
2011-05-09  8:21 ` [PATCH 2/3] client: fix not canceling connection request if client exit bus Luiz Augusto von Dentz
2011-05-09  8:21 ` [PATCH 3/3] client: add support for reusing session for the same client Luiz Augusto von Dentz
2011-05-14 23:12 ` [PATCH 1/3] client: remove unused variable Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox