gdbusobjectmanagerclient: Remove an unused label

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall
2021-09-22 18:39:46 +01:00
parent 8d82453cf1
commit 3b4a34c29a

View File

@@ -1693,7 +1693,7 @@ remove_interfaces (GDBusObjectManagerClient *manager,
G_STRLOC, G_STRLOC,
object_path); object_path);
g_mutex_unlock (&manager->priv->lock); g_mutex_unlock (&manager->priv->lock);
goto out; return;
} }
interfaces = g_dbus_object_get_interfaces (G_DBUS_OBJECT (op)); interfaces = g_dbus_object_get_interfaces (G_DBUS_OBJECT (op));
@@ -1730,8 +1730,6 @@ remove_interfaces (GDBusObjectManagerClient *manager,
g_object_unref (op); g_object_unref (op);
} }
g_object_unref (manager); g_object_unref (manager);
out:
;
} }
static void static void