Skip to content

Commit 2804b2a

Browse files
committed
Remove unused method
1 parent b0296de commit 2804b2a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cpp/src/arrow/csv/reader.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,6 @@ class BlockParsingOperator {
452452
static_cast<int64_t>(parsed_size) + block.bytes_skipped};
453453
}
454454

455-
int64_t num_rows_seen() const { return num_rows_seen_; }
456-
457455
int num_csv_cols() const { return num_csv_cols_; }
458456

459457
private:

0 commit comments

Comments
 (0)