From f4d5a55a907a1216d9a379a3818006f9219a405d Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 30 Mar 2009 14:25:54 +0000 Subject: Nuke unused variable (only in this branch) --- ext/odbc/php_odbc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/odbc/php_odbc.c') 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; -- cgit v1.2.1