summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/php_pdo_firebird_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_firebird/php_pdo_firebird_int.h')
-rw-r--r--ext/pdo_firebird/php_pdo_firebird_int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/pdo_firebird/php_pdo_firebird_int.h b/ext/pdo_firebird/php_pdo_firebird_int.h
index 70a895b4b9..f0ba0d08b4 100644
--- a/ext/pdo_firebird/php_pdo_firebird_int.h
+++ b/ext/pdo_firebird/php_pdo_firebird_int.h
@@ -113,9 +113,6 @@ typedef struct {
/* the named params that were converted to ?'s by the driver */
HashTable *named_params;
- /* allocated space to convert fields values to other types */
- char **fetch_buf;
-
/* the input SQLDA */
XSQLDA *in_sqlda;