From c49bfddd798763da1748648cc5ae414ce4d7849b Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Wed, 12 Jul 2023 13:52:52 +0100 Subject: [PATCH] Fix build warning about Microsoft C++ ABI --- cpp/src/arrow/io/type_fwd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/src/arrow/io/type_fwd.h b/cpp/src/arrow/io/type_fwd.h index a11c1a1a70f25..a1b9e626bba28 100644 --- a/cpp/src/arrow/io/type_fwd.h +++ b/cpp/src/arrow/io/type_fwd.h @@ -51,7 +51,6 @@ ARROW_EXPORT int GetIOThreadPoolCapacity(); /// The current number is returned by GetIOThreadPoolCapacity(). ARROW_EXPORT Status SetIOThreadPoolCapacity(int threads); -class CacheOptions; class FileInterface; class Seekable; class Writable;