summaryrefslogtreecommitdiff
path: root/gdbus
diff options
context:
space:
mode:
authorERAMOTO Masaya <eramoto.masaya@jp.fujitsu.com>2017-12-28 14:44:18 +0900
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-01-02 14:15:54 -0200
commit203f5cb2f03c3708bb79cecb8b448b87e3ce7c88 (patch)
tree2e8a7168e32529e3d4a693fb5aafdf334f4432ed /gdbus
parent529790b6a5d599b961469a7c800b164a2e5d3388 (diff)
downloadbluez-203f5cb2f03c3708bb79cecb8b448b87e3ce7c88.tar.gz
client: Use g_dbus_proxy_path_lookup()
Diffstat (limited to 'gdbus')
-rw-r--r--gdbus/client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdbus/client.c b/gdbus/client.c
index 9364be7ae..eaab7d50b 100644
--- a/gdbus/client.c
+++ b/gdbus/client.c
@@ -384,7 +384,6 @@ char *g_dbus_proxy_path_lookup(GList *list, int *index, const char *path)
for (l = g_list_nth(list, index ? *index : 0); l; l = g_list_next(l)) {
GDBusProxy *proxy = l->data;
-
const char *proxy_path = g_dbus_proxy_get_path(proxy);
if (index)