mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
remove unused vars
This commit is contained in:
parent
0f7f800d8a
commit
cf979ca6fe
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue