Skip to content

Commit cd4f2df

Browse files
committed
Remove padding field
1 parent 1cf9dcc commit cd4f2df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/pdo/php_pdo_driver.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ struct _pdo_dbh_t {
490490
size_t persistent_id_len;
491491

492492
uint32_t refcount;
493-
uint32_t __reserved_padding;
494493

495494
/* driver specific "class" methods for the dbh and stmt */
496495
HashTable *cls_methods[PDO_DBH_DRIVER_METHOD_KIND__MAX];

0 commit comments

Comments
 (0)