mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Nuke unused variable (only in this branch)
This commit is contained in:
parent
ec3649530f
commit
f4d5a55a90
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user