From: Kalle Sommer Nielsen Date: Mon, 30 Mar 2009 14:25:54 +0000 (+0000) Subject: Nuke unused variable (only in this branch) X-Git-Tag: php-5.3.0RC2~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4d5a55a907a1216d9a379a3818006f9219a405d;p=php Nuke unused variable (only in this branch) --- diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 896885085e..94a4e596a1 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -3367,7 +3367,6 @@ PHP_FUNCTION(odbc_primarykeys) char *cat = NULL, *schema = NULL, *table = NULL; int cat_len, schema_len, table_len; RETCODE rc; - int argc; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &pv_conn, &cat, &cat_len, &schema, &schema_len, &table, &table_len) == FAILURE) { return;