Quiet compiler warnings

These variables were unused.
This commit is contained in:
Matthias Clasen
2017-04-07 14:10:19 -04:00
committed by Alexander Larsson
parent 0d2d030bc8
commit 91c78e553c

View File

@@ -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;