From: Jonathan Lebon Date: Sat, 27 May 2023 14:33:39 +0000 (-0400) Subject: lib/deploy: Drop unused variable X-Git-Tag: archive/raspbian/2023.7-3+rpi1~1^2~9^2~1^2~33^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=115d5cf0730cd39b3a27799bd15dfb17ba97c9b4;p=ostree.git lib/deploy: Drop unused variable Noticed this diagnostic in my editor with clangd hooked up. --- diff --git a/src/libostree/ostree-sysroot-deploy.c b/src/libostree/ostree-sysroot-deploy.c index 610fde5e..fbaf83c5 100644 --- a/src/libostree/ostree-sysroot-deploy.c +++ b/src/libostree/ostree-sysroot-deploy.c @@ -2910,7 +2910,6 @@ lint_deployment_fs (OstreeSysroot *self, OstreeDeployment *deployment, int deplo g_auto (GLnxDirFdIterator) dfd_iter = { 0, }; - glnx_autofd int dest_dfd = -1; gboolean exists; if (!ot_dfd_iter_init_allow_noent (deployment_dfd, "var", &dfd_iter, &exists, error))