Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
etseidl committed Sep 12, 2023
1 parent 9f2e898 commit a91a196
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/src/io/parquet/compact_protocol_reader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ class CompactProtocolReader {
bool read(ColumnIndex* c);
bool read(Statistics* s);
bool read(ColumnOrder* c);
// empty struct...need to modify the struct functor to be like the union functor
bool read(TypeDefinedOrder* t);

public:
static int NumRequiredBits(uint32_t max_level) noexcept
Expand Down

0 comments on commit a91a196

Please sign in to comment.