Skip to content

Commit cf979ca

Browse files
committed
remove unused vars
1 parent 0f7f800 commit cf979ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

win32/winutil.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@ void php_win32_free_rng_lock()
7979

8080
PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size) { /* {{{ */
8181

82-
unsigned int has_contextg = 0;
83-
8482
BOOL ret;
85-
size_t i = 0;
8683

8784
#ifdef ZTS
8885
tsrm_mutex_lock(php_lock_win32_cryptoctx);

0 commit comments

Comments
 (0)