You've already forked mariadb-columnstore-engine
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user