From 91c78e553cd0dfc2a98a6e7ec2c5fa5ad37660f2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 7 Apr 2017 14:10:19 -0400 Subject: [PATCH] Quiet compiler warnings These variables were unused. --- app/flatpak-builtins-repo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/flatpak-builtins-repo.c b/app/flatpak-builtins-repo.c index 484f3ff5..991afb02 100644 --- a/app/flatpak-builtins-repo.c +++ b/app/flatpak-builtins-repo.c @@ -114,8 +114,6 @@ flatpak_builtin_repo (int argc, char **argv, GCancellable *cancellable, GError **error) { g_autoptr(GOptionContext) context = NULL; - g_autoptr(GFile) repofile = NULL; - g_autoptr(OstreeRepo) repo = NULL; g_autofree char *location = NULL; g_autofree char *data = NULL; gsize size;