mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +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 = {
|
||||
0,
|
||||
};
|
||||
glnx_autofd int dest_dfd = -1;
|
||||
gboolean exists;
|
||||
|
||||
if (!ot_dfd_iter_init_allow_noent (deployment_dfd, "var", &dfd_iter, &exists, error))
|
||||
|
Loading…
Reference in New Issue
Block a user