Skip to content

Commit

Permalink
remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 5, 2024
1 parent 9531a5a commit df2ce40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nanoarrow/common/inline_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,6 @@ static inline ArrowErrorCode ArrowArrayFinishElement(struct ArrowArray* array) {
}
}
break;
return NANOARROW_OK;
default:
return EINVAL;
}
Expand Down

0 comments on commit df2ce40

Please sign in to comment.