summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2009-03-30 14:25:54 +0000
committerKalle Sommer Nielsen <kalle@php.net>2009-03-30 14:25:54 +0000
commitf4d5a55a907a1216d9a379a3818006f9219a405d (patch)
tree0624c6c85f9289adbcc7c1f50a97e9efc974c4e2 /ext/odbc/php_odbc.c
parentec3649530f2aba3b23ce0bd2a26567539ad57fe7 (diff)
downloadphp-git-f4d5a55a907a1216d9a379a3818006f9219a405d.tar.gz
Nuke unused variable (only in this branch)
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r--ext/odbc/php_odbc.c1
1 files changed, 0 insertions, 1 deletions
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;