aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/LPdir_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/LPdir_win.c')
-rw-r--r--openssl/crypto/LPdir_win.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openssl/crypto/LPdir_win.c b/openssl/crypto/LPdir_win.c
index 09b475bee..702dbc730 100644
--- a/openssl/crypto/LPdir_win.c
+++ b/openssl/crypto/LPdir_win.c
@@ -54,8 +54,6 @@ struct LP_dir_context_st
const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
{
- struct dirent *direntry = NULL;
-
if (ctx == NULL || directory == NULL)
{
errno = EINVAL;