Fix style

This commit is contained in:
Alexey Milovidov 2021-08-06 00:03:39 +03:00
parent 78ed0e7348
commit 3b421acae2
2 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@ namespace DB
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int CANNOT_READ_FROM_FILE_DESCRIPTOR;
extern const int CANNOT_ADVISE;
}

View File

@ -34,9 +34,7 @@ namespace DB
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int CANNOT_READ_FROM_FILE_DESCRIPTOR;
extern const int CANNOT_SCHEDULE_TASK;
}
/** Perform reads from separate thread pool of specified size.