1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

chore(): another cleanup round

This commit is contained in:
drrtuy
2025-03-20 12:43:24 +00:00
parent b649af5a0c
commit db2c82519d
4 changed files with 5 additions and 6 deletions

View File

@ -606,7 +606,6 @@ void ByteStream::swap(ByteStream& rhs)
std::swap(allocator, rhs.allocator);
}
// WIP use allocator
ifstream& operator>>(ifstream& ifs, ByteStream& bs)
{
int ifs_len;