This commit is contained in:
Hartmut Holzgraefe 2005-02-27 11:46:38 +00:00
parent 8725ed75cd
commit beb7151936
2 changed files with 0 additions and 6 deletions

View file

@ -49,7 +49,6 @@ typedef struct {
MYSQL_RES *result;
MYSQL_ROW current_data;
long *current_lengths;
pdo_mysql_column *cols;
} pdo_mysql_stmt;
typedef struct {