From beb7151936c89ae94c8e129914b1bfde9359dd7e Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sun, 27 Feb 2005 11:46:38 +0000 Subject: cols --- ext/pdo_mysql/php_pdo_mysql_int.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h') diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index 8498bb0f89..eacaa66f63 100755 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -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 { -- cgit v1.2.1