summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2014-12-11 10:41:52 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2014-12-18 12:48:47 +0100
commit6e60c05d2f63ee3234f70f988af2b277fc12807b (patch)
tree37cc0d4aa2a4fb8369cf731daef1affac803f879
parented2b56a43059ef061eb405a9b1cb788d1ac4e62a (diff)
downloadostree-6e60c05d2f63ee3234f70f988af2b277fc12807b.tar.gz
Remove unused variable warning
-rw-r--r--src/libostree/ostree-repo-pull.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c
index 1d767c89..a6160d33 100644
--- a/src/libostree/ostree-repo-pull.c
+++ b/src/libostree/ostree-repo-pull.c
@@ -1517,7 +1517,6 @@ ostree_repo_pull_with_options (OstreeRepo *self,
gpointer key, value;
gboolean tls_permissive = FALSE;
OstreeFetcherConfigFlags fetcher_flags = 0;
- guint i;
gs_free char *remote_key = NULL;
gs_free char *path = NULL;
gs_free char *baseurl = NULL;