summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--file_io/win32/dir.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/file_io/win32/dir.c b/file_io/win32/dir.c
index 31c6fcba0..f44bceb97 100644
--- a/file_io/win32/dir.c
+++ b/file_io/win32/dir.c
@@ -105,8 +105,6 @@ APR_DECLARE(apr_status_t) apr_dir_read(apr_finfo_t *finfo, apr_int32_t wanted,
*/
if (thedir->dirhand == INVALID_HANDLE_VALUE)
{
- apr_status_t rv;
-
if ((rv = utf8_to_unicode_path(wdirname, sizeof(wdirname)
/ sizeof(apr_wchar_t),
thedir->dirname))) {