diff --git a/crates/bindings-csharp/Runtime/Internal/ITable.cs b/crates/bindings-csharp/Runtime/Internal/ITable.cs index a322216a1d3..83aab358102 100644 --- a/crates/bindings-csharp/Runtime/Internal/ITable.cs +++ b/crates/bindings-csharp/Runtime/Internal/ITable.cs @@ -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.