Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
isapego committed Dec 26, 2024
1 parent 62e964e commit 2c1b2c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/platforms/cpp/network/src/network/data_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ namespace ignite
void DataBuffer::Advance(int32_t val)
{
position += val;
endPos;
}

impl::interop::InteropInputStream DataBuffer::GetInputStream() const
Expand Down

0 comments on commit 2c1b2c2

Please sign in to comment.