diff options
author | Antony Dovgal <tony2001@php.net> | 2005-10-05 22:17:38 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-10-05 22:17:38 +0000 |
commit | b33c2d9b17b1ee89ac906870e1f4d313fd8caeb9 (patch) | |
tree | 93a697c7129311d4861cb13890dc2e658d36a33c /ext/pdo/pdo.c | |
parent | 8a929e054e7826f95a474eccc26a68621ab24dfc (diff) | |
download | php-git-b33c2d9b17b1ee89ac906870e1f4d313fd8caeb9.tar.gz |
nuke unused variable
Diffstat (limited to 'ext/pdo/pdo.c')
-rwxr-xr-x | ext/pdo/pdo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |