From 86637a33d1b2973f9533d71bdfeccb3c2d756b6d Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Wed, 5 Jan 2022 16:49:25 +0000 Subject: * file_io/win32/filestat.c: (apr_stat): Remove unused union member. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1896720 13f79535-47bb-0310-9956-ffa450edef68 --- file_io/win32/filestat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/file_io/win32/filestat.c b/file_io/win32/filestat.c index ce296af1f..515bf90e6 100644 --- a/file_io/win32/filestat.c +++ b/file_io/win32/filestat.c @@ -604,7 +604,6 @@ APR_DECLARE(apr_status_t) apr_stat(apr_finfo_t *finfo, const char *fname, /* These all share a common subset of this structure */ union { WIN32_FIND_DATAW w; - WIN32_FIND_DATAA n; WIN32_FILE_ATTRIBUTE_DATA i; } FileInfo; int finddata = 0; -- cgit v1.2.1