mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Fixed build [#CLICKHOUSE-2].
This commit is contained in:
parent
a782f81f8f
commit
2cc7c776ce
@ -518,7 +518,6 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
unsigned concurrency;
|
||||
String test_name;
|
||||
|
||||
using Query = String;
|
||||
@ -534,8 +533,6 @@ private:
|
||||
|
||||
InterruptListener interrupt_listener;
|
||||
|
||||
double average_speed_precision = 0.001;
|
||||
|
||||
using XMLConfiguration = Poco::Util::XMLConfiguration;
|
||||
using AbstractConfig = Poco::AutoPtr<Poco::Util::AbstractConfiguration>;
|
||||
using Config = Poco::AutoPtr<XMLConfiguration>;
|
||||
|
Loading…
Reference in New Issue
Block a user