* [PATCH BlueZ] adapter: Remove dead code from set_property()
@ 2012-05-11 13:09 Anderson Lizardo
2012-05-16 8:25 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Anderson Lizardo @ 2012-05-11 13:09 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Anderson Lizardo
---
src/adapter.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/adapter.c b/src/adapter.c
index 93b55e8..8e95ab2 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -1174,13 +1174,9 @@ static DBusMessage *get_properties(DBusConnection *conn,
static DBusMessage *set_property(DBusConnection *conn,
DBusMessage *msg, void *data)
{
- struct btd_adapter *adapter = data;
DBusMessageIter iter;
DBusMessageIter sub;
const char *property;
- char srcaddr[18];
-
- ba2str(&adapter->bdaddr, srcaddr);
if (!dbus_message_iter_init(msg, &iter))
return btd_error_invalid_args(msg);
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-16 8:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11 13:09 [PATCH BlueZ] adapter: Remove dead code from set_property() Anderson Lizardo
2012-05-16 8:25 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).