This commit is contained in:
Pavel Kruglov 2021-02-17 22:07:14 +03:00
parent e19f62f645
commit 80b6db7f72
2 changed files with 1 additions and 4 deletions

View File

@ -24,9 +24,6 @@ namespace DB
namespace ErrorCodes 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; extern const int LOGICAL_ERROR;
} }