summaryrefslogtreecommitdiff
path: root/win32/winutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/winutil.c')
-rw-r--r--win32/winutil.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/winutil.c b/win32/winutil.c
index eab3df9cda..f13a785212 100644
--- a/win32/winutil.c
+++ b/win32/winutil.c
@@ -79,10 +79,7 @@ void php_win32_free_rng_lock()
PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size) { /* {{{ */
- unsigned int has_contextg = 0;
-
BOOL ret;
- size_t i = 0;
#ifdef ZTS
tsrm_mutex_lock(php_lock_win32_cryptoctx);