static-delta-core.c: squash unused var warning

Closes: #379
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2016-07-04 12:49:49 -04:00 committed by Atomic Bot
parent 9df846559a
commit d371aec217

View File

@ -826,7 +826,6 @@ _ostree_repo_static_delta_query_exists (OstreeRepo *self,
GCancellable *cancellable,
GError **error)
{
gboolean ret = FALSE;
g_autofree char *from = NULL;
g_autofree char *to = NULL;
g_autofree char *superblock_path = NULL;