From 0ace7f66f394bf65aec8fd4f0eff9b5d25c7e86d Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 13 Jul 2002 05:42:47 +0000 Subject: [PATCH] Nuke unused variable --- ext/yaz/php_yaz.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/yaz/php_yaz.c b/ext/yaz/php_yaz.c index 27d815e4e3..70218b923e 100644 --- a/ext/yaz/php_yaz.c +++ b/ext/yaz/php_yaz.c @@ -2674,7 +2674,6 @@ PHP_FUNCTION(yaz_es_result) #else if (p && p->es_response) { - int i; Z_ExtendedServicesResponse *res = p->es_response; if (res->taskPackage && -- 2.50.1