Skip to content
Snippets Groups Projects
Commit a53af085 authored by Simon McVittie's avatar Simon McVittie
Browse files

flatpak-run: Fix unused variable

parent f2d645bd
No related branches found
No related tags found
No related merge requests found
......@@ -392,7 +392,6 @@ gboolean
flatpak_run_add_system_dbus_args (FlatpakBwrap *app_bwrap)
{
const char *dbus_address = g_getenv ("DBUS_SYSTEM_BUS_ADDRESS");
g_autofree char *real_dbus_address = NULL;
g_autofree char *dbus_system_socket = NULL;
if (dbus_address != NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment