Cygwin:testsuite: winchild: drop unused variable
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 14 Jul 2025 11:44:17 +0000 (13:44 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 14 Jul 2025 11:44:17 +0000 (13:44 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/testsuite/winsup.api/posix_spawn/winchild.c

index 43fd35c58ae0db00f21f035f78eef8e200d85f30..e41043da1899971ab0068468b3719d0e283037fd 100644 (file)
@@ -85,7 +85,6 @@ int wmain (int argc, wchar_t **argv)
                                          FILE_NAME_OPENED|VOLUME_NAME_DOS))
            {
              POBJECT_NAME_INFORMATION pinfo = (POBJECT_NAME_INFORMATION) buf;
-             DWORD err = GetLastError ();
              ULONG len;
              NTSTATUS status = NtQueryObject (stdhandle, ObjectNameInformation,
                                               pinfo, 65536, &len);
This page took 0.031601 seconds and 5 git commands to generate.