summaryrefslogtreecommitdiff
path: root/builder/builder-source-git.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-12-15 14:34:52 +0100
committerAlexander Larsson <alexl@redhat.com>2015-12-15 14:34:52 +0100
commit43a09b36460b2bcea29143867c66b7174f152b4a (patch)
tree19330ecccecda2091337ffe9bb068083aa37dc1b /builder/builder-source-git.c
parent4342959f6d0f94c0bbec067544b5593f7756b196 (diff)
downloadxdg-app-43a09b36460b2bcea29143867c66b7174f152b4a.tar.gz
Fix unused variable warnings
Diffstat (limited to 'builder/builder-source-git.c')
-rw-r--r--builder/builder-source-git.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builder/builder-source-git.c b/builder/builder-source-git.c
index 559fd94..52d40f8 100644
--- a/builder/builder-source-git.c
+++ b/builder/builder-source-git.c
@@ -373,7 +373,6 @@ builder_source_git_download (BuilderSource *source,
GError **error)
{
BuilderSourceGit *self = BUILDER_SOURCE_GIT (source);
- g_autoptr(GFile) mirror_dir = NULL;
g_autofree char *url = NULL;
url = get_url (self, context, error);