Skip to content

Commit

Permalink
Fty to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KochetovNicolai committed Nov 12, 2020
1 parent 85a4849 commit 75e7802
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/IO/LZMADeflatingWriteBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ class LZMADeflatingWriteBuffer : public BufferWithOwnMemory<WriteBuffer>
{
throw Exception("LZMADeflatingWriteBuffer is not implemented for arcadia build", ErrorCodes::NOT_IMPLEMENTED);
}

private:
void nextImpl() override {}
};

#endif
Expand Down
3 changes: 0 additions & 3 deletions src/IO/LZMAInflatingReadBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ class LZMAInflatingReadBuffer : public BufferWithOwnMemory<ReadBuffer>
{
throw Exception("LZMADeflatingWriteBuffer is not implemented for arcadia build", ErrorCodes::NOT_IMPLEMENTED);
}

private:
bool nextImpl() override {}
};

#endif
Expand Down

0 comments on commit 75e7802

Please sign in to comment.