Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Feb 8, 2024
1 parent 0e38d20 commit 2fb237e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/src/arrow/csv/reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,6 @@ class BlockParsingOperator {
static_cast<int64_t>(parsed_size) + block.bytes_skipped};
}

int64_t num_rows_seen() const { return num_rows_seen_; }

int num_csv_cols() const { return num_csv_cols_; }

private:
Expand Down

0 comments on commit 2fb237e

Please sign in to comment.