com php-src: Remove unused field: ext/pdo_mysql/php_pdo_m ysql_int.h
[email protected] (Adam Baratz)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: d5c57cb16379250618019b17c01b5a3ddd369a95 Author: Adam Baratz <[email protected]> Mon, 20 Mar 2017 12:59:21 -0400 Parents: 6574d9fb3a8c166d494c2914668f5f5b44cf6ef5 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d5c57cb16379250618019b17c01b5a3ddd369a95 Log: Remove unused field Changed paths: M ext/pdo_mysql/php_pdo_mysql_int.h Diff: diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index fb437de..cf3ad9d 100644 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -108,7 +108,6 @@ typedef struct { unsigned buffered:1; unsigned emulate_prepare:1; unsigned fetch_table_names:1; - unsigned _reserved:31; #if !PDO_USE_MYSQLND zend_ulong max_buffer_size; #endif