diff options
| author | Felipe Pena <felipe@php.net> | 2008-08-15 19:57:24 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-08-15 19:57:24 +0000 |
| commit | fac97d5694f8d0da206b8f46489ca0e85ea99c81 (patch) | |
| tree | 269650f2eb22b603ac5a28f7455a5575de0bf936 /ext/pdo_pgsql/pgsql_statement.c | |
| parent | 2985b4f9e38739d8c2faa6ff993034c0308f142c (diff) | |
| download | php-git-fac97d5694f8d0da206b8f46489ca0e85ea99c81.tar.gz | |
- Removed unused variables
Diffstat (limited to 'ext/pdo_pgsql/pgsql_statement.c')
| -rw-r--r-- | ext/pdo_pgsql/pgsql_statement.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/pdo_pgsql/pgsql_statement.c b/ext/pdo_pgsql/pgsql_statement.c index dbda1548fc..6c41c220b8 100644 --- a/ext/pdo_pgsql/pgsql_statement.c +++ b/ext/pdo_pgsql/pgsql_statement.c @@ -51,10 +51,6 @@ static int pgsql_stmt_dtor(pdo_stmt_t *stmt TSRMLS_DC) #if HAVE_PQPREPARE if (S->stmt_name) { - pdo_pgsql_db_handle *H = S->H; - char *q = NULL; - PGresult *res; - efree(S->stmt_name); S->stmt_name = NULL; } |
