Skip to content

Commit

Permalink
test: remove assert
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagolobocastro committed Apr 21, 2024
1 parent 474a3c3 commit 409fbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spdk/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ static inline void *
spdk_io_channel_get_ctx(struct spdk_io_channel *ch)
{
if (spdk_unlikely(!ch)) {
assert(false);
//assert(false);
return NULL;
}

Expand Down

0 comments on commit 409fbed

Please sign in to comment.