]> granicus.if.org Git - php/commitdiff
Remove unused field
authorAdam Baratz <adambaratz@php.net>
Mon, 20 Mar 2017 16:59:21 +0000 (12:59 -0400)
committerAdam Baratz <adambaratz@php.net>
Mon, 20 Mar 2017 17:05:13 +0000 (13:05 -0400)
ext/pdo_mysql/php_pdo_mysql_int.h

index fb437de34850d788d016c20d1e6957aa7debe1f5..cf3ad9deb8a21225ca03e524e172015109b401e7 100644 (file)
@@ -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