static-delta-core.c: squash unused var warning
Closes: #379 Approved by: cgwalters
This commit is contained in:
parent
9df846559a
commit
d371aec217
|
|
@ -826,7 +826,6 @@ _ostree_repo_static_delta_query_exists (OstreeRepo *self,
|
||||||
GCancellable *cancellable,
|
GCancellable *cancellable,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
gboolean ret = FALSE;
|
|
||||||
g_autofree char *from = NULL;
|
g_autofree char *from = NULL;
|
||||||
g_autofree char *to = NULL;
|
g_autofree char *to = NULL;
|
||||||
g_autofree char *superblock_path = NULL;
|
g_autofree char *superblock_path = NULL;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue