diff options
author | foobar <sniper@php.net> | 2002-07-13 05:42:47 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-07-13 05:42:47 +0000 |
commit | 0ace7f66f394bf65aec8fd4f0eff9b5d25c7e86d (patch) | |
tree | 9eb982a88632186c4af89c5c2646b14136350006 /ext/yaz/php_yaz.c | |
parent | 3624b97ff1588d18f9946cdebc270964dd43e124 (diff) | |
download | php-git-0ace7f66f394bf65aec8fd4f0eff9b5d25c7e86d.tar.gz |
Nuke unused variable
Diffstat (limited to 'ext/yaz/php_yaz.c')
-rw-r--r-- | ext/yaz/php_yaz.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 && |