summaryrefslogtreecommitdiff
path: root/gdbus
diff options
context:
space:
mode:
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)