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

system-info: Remove unused variable

parent b720b5e3
Branches
Tags
1 merge request!28Re-brand steam-runtime-system-info to be more like a standalone tool
Pipeline #1359 passed
......@@ -255,7 +255,6 @@ main (int argc,
JsonGenerator *generator;
gboolean can_run = FALSE;
gchar *json_output;
GList *detailed_errors = NULL;
int opt;
static const char * const multiarch_tuples[] = { SRT_ABI_I386, SRT_ABI_X86_64 };
......@@ -332,7 +331,6 @@ main (int argc,
print_libraries_details (builder, libraries, verbose);
json_builder_end_object (builder);
g_list_free_full (detailed_errors, g_free);
g_list_free_full (libraries, g_object_unref);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment