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

architecture: Remove an unused variable

parent 5073e17c
No related branches found
No related tags found
1 merge request!623architecture: Remove an unused variable
Pipeline #65603 passed
......@@ -116,7 +116,6 @@ _srt_architecture_can_run (gchar **envp,
const char *helpers_path,
const char *multiarch)
{
gchar *helper = NULL;
GPtrArray *argv = NULL;
int exit_status = -1;
GError *error = NULL;
......@@ -167,7 +166,6 @@ _srt_architecture_can_run (gchar **envp,
ret = TRUE;
out:
g_strfreev (my_environ);
g_free (helper);
g_clear_error (&error);
g_clear_pointer (&argv, g_ptr_array_unref);
return ret;
......
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