Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions c_glib/arrow-glib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ libarrow_glib_la_headers += \
writeable-file.h

libarrow_glib_la_headers += \
file-reader.h \
stream-reader.h \
metadata-version.h \
reader.h \
writer.h

libarrow_glib_la_generated_headers = \
Expand Down Expand Up @@ -105,9 +104,8 @@ libarrow_glib_la_sources += \
writeable-file.cpp

libarrow_glib_la_sources += \
file-reader.cpp \
metadata-version.cpp \
stream-reader.cpp \
reader.cpp \
writer.cpp

libarrow_glib_la_cpp_headers = \
Expand Down Expand Up @@ -136,9 +134,8 @@ libarrow_glib_la_cpp_headers += \
writeable-file.hpp

libarrow_glib_la_cpp_headers += \
file-reader.hpp \
metadata-version.hpp \
stream-reader.hpp \
reader.hpp \
writer.hpp

libarrow_glib_la_SOURCES = \
Expand Down
3 changes: 1 addition & 2 deletions c_glib/arrow-glib/arrow-glib.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include <arrow-glib/writeable.h>
#include <arrow-glib/writeable-file.h>

#include <arrow-glib/file-reader.h>
#include <arrow-glib/metadata-version.h>
#include <arrow-glib/stream-reader.h>
#include <arrow-glib/reader.h>
#include <arrow-glib/writer.h>
6 changes: 2 additions & 4 deletions c_glib/arrow-glib/arrow-glib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
#include <arrow-glib/writeable.hpp>
#include <arrow-glib/writeable-file.hpp>

#include <arrow-glib/file-reader.hpp>
#include <arrow-glib/file-writer.hpp>
#include <arrow-glib/metadata-version.hpp>
#include <arrow-glib/stream-reader.hpp>
#include <arrow-glib/stream-writer.hpp>
#include <arrow-glib/reader.hpp>
#include <arrow-glib/writer.hpp>
249 changes: 0 additions & 249 deletions c_glib/arrow-glib/file-reader.cpp

This file was deleted.

83 changes: 0 additions & 83 deletions c_glib/arrow-glib/file-reader.h

This file was deleted.

Loading