Remove unused pdo_pgsql_column member

This commit is contained in:
Nikita Popov 2020-12-18 15:50:59 +01:00
parent bd5ff73c0a
commit fd36b089cf

View file

@ -48,7 +48,6 @@ typedef struct {
} pdo_pgsql_db_handle;
typedef struct {
char *def;
zend_long intval;
Oid pgsql_type;
zend_bool boolval;