Nuke unused variable (only in this branch)

This commit is contained in:
Kalle Sommer Nielsen 2009-03-30 14:25:54 +00:00
parent ec3649530f
commit f4d5a55a90

View File

@ -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;