Update WriteBuffer.h

This commit is contained in:
Kruglov Pavel 2021-11-11 21:00:33 +03:00 committed by GitHub
parent 51831afff8
commit 1c9105da8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@ namespace DB
namespace ErrorCodes
{
extern const int CANNOT_WRITE_AFTER_END_OF_BUFFER;
extern const int LOGICAL_ERROR;
}