Skip to content

Commit

Permalink
fix: Remove unreachable code (#649)
Browse files Browse the repository at this point in the history
Identified as a compiler error in MSVC when testing against ADBC.
  • Loading branch information
paleolimbot authored Oct 7, 2024
1 parent 9531a5a commit accc8e1
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 accc8e1

Please sign in to comment.