public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Remove unused variable from browse_req structure
@ 2011-01-07 23:00 Claudio Takahasi
  2011-01-07 23:00 ` [PATCH 2/2] Moving interactive code of Discover Primary to gatt.c Claudio Takahasi
  2011-01-07 23:25 ` [PATCH 1/2] Remove unused variable from browse_req structure Johan Hedberg
  0 siblings, 2 replies; 6+ messages in thread
From: Claudio Takahasi @ 2011-01-07 23:00 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

---
 src/device.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/device.c b/src/device.c
index c33b22b..4d53228 100644
--- a/src/device.c
+++ b/src/device.c
@@ -103,7 +103,6 @@ struct browse_req {
 	int search_uuid;
 	int reconnect_attempt;
 	guint listener_id;
-	guint timer;
 };
 
 struct btd_device {
-- 
1.7.4.rc1


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

end of thread, other threads:[~2011-01-08  9:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07 23:00 [PATCH 1/2] Remove unused variable from browse_req structure Claudio Takahasi
2011-01-07 23:00 ` [PATCH 2/2] Moving interactive code of Discover Primary to gatt.c Claudio Takahasi
2011-01-07 23:30   ` Johan Hedberg
2011-01-08  2:27     ` [PATCH v2 " Claudio Takahasi
2011-01-08  9:08       ` Johan Hedberg
2011-01-07 23:25 ` [PATCH 1/2] Remove unused variable from browse_req structure Johan Hedberg

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