Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
mcshawn10 committed Jan 29, 2025
1 parent c36adf5 commit d7bbf97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/arrow/compare.cc
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ class RangeDataEqualsImpl {

for (int64_t i = 0; i < range_length_; ++i) {
const auto current_type_id = left_codes[left_start_idx_ + i];
const auto current_child_num = child_ids[current_type_id];

if (current_type_id != right_codes[right_start_idx_ + i]) {
result_ = false;
Expand Down

0 comments on commit d7bbf97

Please sign in to comment.