From 03fa36a87367e96e13bb160738d3d249c32d822f Mon Sep 17 00:00:00 2001 From: Shuhei Tanuma Date: Tue, 24 Jul 2012 12:13:03 +0900 Subject: [PATCH] spawn: remove unused variable --- php_uv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/php_uv.c b/php_uv.c index 2d684d9..e1c848d 100644 --- a/php_uv.c +++ b/php_uv.c @@ -5005,7 +5005,6 @@ PHP_FUNCTION(uv_spawn) int key_type; uint key_len; ulong key_index; - int hash_len = 0; int x = 0; stdio_container = Z_ARRVAL_P(zstdio);