]> wimlib.net Git - wimlib/commitdiff
win32_capture.c: Remove unused variable
authorEric Biggers <ebiggers3@gmail.com>
Thu, 15 May 2014 00:28:29 +0000 (19:28 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 15 May 2014 00:28:29 +0000 (19:28 -0500)
src/win32_capture.c

index 335e4f72500f6b18563a2523d5f369fc0b466e1a..3e406d7c7e489c65163d09167faa7ca6750bcd9c 100644 (file)
@@ -280,7 +280,6 @@ winnt_get_security_descriptor(HANDLE h, struct wim_inode *inode,
        ULONG bufsize;
        ULONG len_needed;
        NTSTATUS status;
        ULONG bufsize;
        ULONG len_needed;
        NTSTATUS status;
-       int ret;
 
        requestedInformation = DACL_SECURITY_INFORMATION |
                               SACL_SECURITY_INFORMATION |
 
        requestedInformation = DACL_SECURITY_INFORMATION |
                               SACL_SECURITY_INFORMATION |