Fix style

This commit is contained in:
Pavel Kruglov 2021-02-03 14:27:26 +03:00
parent 2c928f11e1
commit b8ae9caa61

View File

@ -24,8 +24,6 @@ namespace DB
namespace ErrorCodes
{
extern const int ATTEMPT_TO_READ_AFTER_EOF;
extern const int NETWORK_ERROR;
extern const int SOCKET_TIMEOUT;
extern const int LOGICAL_ERROR;
}