diff --git a/cpp/src/arrow/array/statistics.h b/cpp/src/arrow/array/statistics.h index 7357e27f41f..405809848a6 100644 --- a/cpp/src/arrow/array/statistics.h +++ b/cpp/src/arrow/array/statistics.h @@ -38,9 +38,6 @@ struct ARROW_EXPORT ArrayStatistics { std::variant; - ArrayStatistics() = default; - ~ArrayStatistics() = default; - /// \brief The number of null values, may not be set std::optional null_count = std::nullopt;