remove unused vars

This commit is contained in:
Anatol Belski 2014-11-13 12:34:10 +01:00
parent 0f7f800d8a
commit cf979ca6fe

View file

@ -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);