Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
don't rethrow exception
  • Loading branch information
koubaa committed Feb 16, 2021
commit e8cc3d82f3efb7720f8d6ca2f352f33adbc972df
1 change: 0 additions & 1 deletion src/runtime/CollectionWrappers/SequenceWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public void Clear()
if (result == -1)
{
Runtime.CheckExceptionOccurred();
throw new Exception("failed to clear sequence");
}
}

Expand Down