Skip to content

Commit f3af96a

Browse files
authored
MINOR: [C++] Remove nonexistent class from io/type_fwd.h (#14254)
Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Yibo Cai <yibo.cai@arm.com>
1 parent d4f6088 commit f3af96a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpp/src/arrow/io/type_fwd.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,8 @@ class ReadWriteFileInterface;
6666

6767
class LatencyGenerator;
6868

69-
class BufferReader;
70-
71-
class BufferInputStream;
7269
class BufferOutputStream;
70+
class BufferReader;
7371
class CompressedInputStream;
7472
class CompressedOutputStream;
7573
class BufferedInputStream;

0 commit comments

Comments
 (0)