diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index f3424071b30d..cb483a6bf6b0 100644 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -605,7 +605,6 @@ struct _pdo_stmt_t { /* for lazy fetches, we always return the same lazy object handle. * Let's keep it here. */ zval lazy_object_ref; - zend_ulong refcount; /* defaults for fetches */ enum pdo_fetch_type default_fetch_type;