Skip to content
Open
Changes from all commits
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
4 changes: 0 additions & 4 deletions crates/bindings-csharp/Runtime/Internal/ITable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ public bool MoveNext()
if (ret == Errno.EXHAUSTED)
{
handle = FFI.RowIter.INVALID;
if (buffer_len == requested_len)
{
buffer_len = 0;
}
}
// On success, the only way `buffer_len == 0` is for the iterator to be exhausted.
// This happens when the host iterator was empty from the start.
Expand Down
Loading