From cf979ca6fe0309f494897283bb95f8abf2398d72 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 13 Nov 2014 12:34:10 +0100 Subject: [PATCH] remove unused vars --- win32/winutil.c | 3 --- 1 file changed, 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); -- 2.40.0