mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-13 03:18:47 -04:00
Quiet compiler warnings
These variables were unused.
This commit is contained in:
committed by
Alexander Larsson
parent
0d2d030bc8
commit
91c78e553c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user