kill unused var

This commit is contained in:
Ilia Alshanetsky 2005-02-09 16:14:50 +00:00
parent 1b3dd5db8b
commit 2196c4335b
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* Generated by re2c 0.9.3 on Tue Feb 8 19:46:35 2005 */
#line 1 "/data/wez/pecl/pdo/pdo_sql_parser.re"
/*
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+

View File

@ -83,7 +83,6 @@ PDO_API int pdo_parse_params(pdo_stmt_t *stmt, char *inquery, int inquery_len,
int bindno = 0;
int ret = 0;
int newbuffer_len;
int padding;
HashTable *params;
struct pdo_bound_param_data *param;
int query_type = PDO_PLACEHOLDER_NONE;