mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Fix style
This commit is contained in:
parent
78ed0e7348
commit
3b421acae2
@ -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;
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user