mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Lint
This commit is contained in:
parent
31eddf6073
commit
47bae80a39
@ -19,11 +19,6 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
StorageFileCluster::StorageFileCluster(
|
||||
const ContextPtr & context,
|
||||
const String & cluster_name_,
|
||||
|
@ -30,16 +30,12 @@
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace Setting
|
||||
{
|
||||
extern const SettingsUInt64 glob_expansion_max_elements;
|
||||
}
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
StorageURLCluster::StorageURLCluster(
|
||||
const ContextPtr & context,
|
||||
const String & cluster_name_,
|
||||
|
Loading…
Reference in New Issue
Block a user