cleanup: Remove unused variables

tingping/wmclass
Alexander Larsson 2015-09-28 16:42:14 +02:00
parent e4920a8e7e
commit 472a71cdc3
2 changed files with 0 additions and 3 deletions

View File

@ -114,7 +114,6 @@ import_keys (XdgAppDir *dir,
{
if (opt_gpg_import != NULL)
{
g_autoptr(GFile) file = NULL;
g_autoptr(GInputStream) input_stream = NULL;
guint imported = 0;
@ -207,7 +206,6 @@ xdg_app_builtin_modify_remote (int argc, char **argv, GCancellable *cancellable,
g_autoptr(GOptionContext) context = NULL;
g_autoptr(XdgAppDir) dir = NULL;
g_autoptr(GVariantBuilder) optbuilder = NULL;
g_autoptr(GHashTable) refs = NULL;
g_autoptr(GKeyFile) config = NULL;
const char *remote_name;
g_autofree char *group = NULL;

View File

@ -230,7 +230,6 @@ dump_runtime (GFile *root, GCancellable *cancellable, GError **error)
for (i = 0; i < G_N_ELEMENTS(extra_symlinks); i++)
{
g_autoptr(archive_entry_t) entry = NULL;
g_autoptr(GFile) dest = g_file_resolve_relative_path (files, extra_symlinks[i].target);
if (g_str_has_prefix (extra_symlinks[i].target, "usr/"))
{