summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-01-05 16:49:25 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-01-05 16:49:25 +0000
commitcb27f97c8cf5335aadeb9f1636e3f52c67c90d3e (patch)
treea6710ecfba0103b88ca7e9894d42591fd8ccea4e
parent08542cd6a3c0df23ef33a18fb83febd3d7423b7f (diff)
downloadlibapr-cb27f97c8cf5335aadeb9f1636e3f52c67c90d3e.tar.gz
* 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
-rw-r--r--file_io/win32/filestat.c1
1 files changed, 0 insertions, 1 deletions
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;