]> granicus.if.org Git - php/commitdiff
nuke unused variable
authorAntony Dovgal <tony2001@php.net>
Wed, 5 Oct 2005 22:17:38 +0000 (22:17 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 5 Oct 2005 22:17:38 +0000 (22:17 +0000)
ext/pdo/pdo.c

index 930fb9d253e97856e0d08701fc54976ab717b0de..16f47724e139017f25add33eb0afe00548e5f161 100755 (executable)
@@ -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;