From 4de1d512665b3d38442b966e5812532b673de82d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 23 Jul 2013 18:34:34 -0400 Subject: [PATCH] main: Squash a compiler warning --- src/ostree/ot-admin-deploy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ostree/ot-admin-deploy.c b/src/ostree/ot-admin-deploy.c index c7421b06..9bb6f488 100644 --- a/src/ostree/ot-admin-deploy.c +++ b/src/ostree/ot-admin-deploy.c @@ -1114,7 +1114,6 @@ ot_admin_deploy (GFile *sysroot, gs_free char *source_etc_kernel_args = NULL; gs_unref_ptrarray GPtrArray *new_deployments = NULL; int new_bootversion; - int i; if (!ot_admin_get_repo (sysroot, &repo, cancellable, error)) goto out;