[pseudo][PATCH v2 14/23] test/test-openat2-func.c: Remove unusuaed saved_errno
Mark Hatle <[email protected]> Fri, 3 Jul 2026 13:40:46 -0500
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <1783104055-19005-15-git-send-email-mark.hatle@kernel.crashing.org> |
Signed-off-by: Mark Hatle <[email protected]> --- test/test-openat2-func.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-openat2-func.c b/test/test-openat2-func.c index 00c3e12..619a656 100644 --- a/test/test-openat2-func.c +++ b/test/test-openat2-func.c @@ -109,7 +109,6 @@ int main(void) { int dirfd = -1; int fd = -1; int rc = 1; - int saved_errno; struct open_how how; char cwd_save[PATH_MAX]; int cwd_saved = 0; -- 1.8.3.1