mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-11 09:18:20 +03:00
lib/deploy: Drop unused variable
Noticed this diagnostic in my editor with clangd hooked up.
This commit is contained in:
parent
632ffa4302
commit
115d5cf073
@ -2910,7 +2910,6 @@ lint_deployment_fs (OstreeSysroot *self, OstreeDeployment *deployment, int deplo
|
|||||||
g_auto (GLnxDirFdIterator) dfd_iter = {
|
g_auto (GLnxDirFdIterator) dfd_iter = {
|
||||||
0,
|
0,
|
||||||
};
|
};
|
||||||
glnx_autofd int dest_dfd = -1;
|
|
||||||
gboolean exists;
|
gboolean exists;
|
||||||
|
|
||||||
if (!ot_dfd_iter_init_allow_noent (deployment_dfd, "var", &dfd_iter, &exists, error))
|
if (!ot_dfd_iter_init_allow_noent (deployment_dfd, "var", &dfd_iter, &exists, error))
|
||||||
|
Loading…
Reference in New Issue
Block a user