Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/2] Remove leftover code of device type storage
@ 2011-10-11 18:47 Claudio Takahasi
  2011-10-11 18:47 ` [PATCH BlueZ 2/2] Remove leftover code of primary service storage Claudio Takahasi
  2011-10-12  8:00 ` [PATCH BlueZ 1/2] Remove leftover code of device type storage Johan Hedberg
  0 siblings, 2 replies; 3+ messages in thread
From: Claudio Takahasi @ 2011-10-11 18:47 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 68d504d..202bb3f 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1087,7 +1087,6 @@ static void device_remove_stored(struct btd_device *device)
 	}
 	delete_entry(&src, "profiles", addr);
 	delete_entry(&src, "trusts", addr);
-	delete_entry(&src, "types", addr);
 	delete_entry(&src, "primary", addr);
 	delete_all_records(&src, &device->bdaddr);
 	delete_device_service(&src, &device->bdaddr);
-- 
1.7.7


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

end of thread, other threads:[~2011-10-12  8:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11 18:47 [PATCH BlueZ 1/2] Remove leftover code of device type storage Claudio Takahasi
2011-10-11 18:47 ` [PATCH BlueZ 2/2] Remove leftover code of primary service storage Claudio Takahasi
2011-10-12  8:00 ` [PATCH BlueZ 1/2] Remove leftover code of device type storage Johan Hedberg

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