Skip to content

Commit

Permalink
Update clp commit id which has y-scope/clp#579 fixed; remove `no_mess…
Browse files Browse the repository at this point in the history
…age_available` handling in deserialize_stream accordingly.
  • Loading branch information
junhaoliao committed Nov 8, 2024
1 parent 77e2b2e commit 320f1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clp_ffi_js/ir/StructuredIrStreamReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ auto StructuredIrStreamReader::deserialize_stream() -> size_t {
continue;
}
auto const error{result.error()};
if (std::errc::no_message_available == error || std::errc::operation_not_permitted == error)
if (std::errc::operation_not_permitted == error)
{
break;
}
Expand Down
2 changes: 1 addition & 1 deletion src/submodules/clp

0 comments on commit 320f1ea

Please sign in to comment.