Skip to content

Commit

Permalink
ValentManager: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Dec 26, 2021
1 parent 2daffdf commit 69d2ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libvalent/core/valent-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ static void
valent_manager_export_device (ValentManager *manager,
ValentDevice *device)
{
g_autoptr (GDBusConnection) connection = NULL;
g_autoptr (GDBusObjectSkeleton) object = NULL;
g_autoptr (GDBusInterfaceSkeleton) iface = NULL;
ExportedDevice *info;
Expand Down

0 comments on commit 69d2ad1

Please sign in to comment.