From: Antony Dovgal Date: Wed, 5 Oct 2005 22:17:38 +0000 (+0000) Subject: nuke unused variable X-Git-Tag: php-5.1.0RC2~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b33c2d9b17b1ee89ac906870e1f4d313fd8caeb9;p=php nuke unused variable --- diff --git a/ext/pdo/pdo.c b/ext/pdo/pdo.c index 930fb9d253..16f47724e1 100755 --- a/ext/pdo/pdo.c +++ b/ext/pdo/pdo.c @@ -302,7 +302,7 @@ PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64 TSRMLS_DC) /* {{{ PHP_MINIT_FUNCTION */ PHP_MINIT_FUNCTION(pdo) { - zend_class_entry ce, *pce; + zend_class_entry ce; spl_ce_RuntimeException = NULL;