mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Remove some redundant files
This commit is contained in:
parent
d57b57156e
commit
ade14da634
@ -125,8 +125,6 @@ private:
|
||||
Watches watches;
|
||||
Watches list_watches; /// Watches for 'list' request (watches on children).
|
||||
|
||||
void createWatchCallBack(const String & path);
|
||||
|
||||
using RequestsQueue = ConcurrentBoundedQueue<RequestInfo>;
|
||||
RequestsQueue requests_queue{1};
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
#include <iostream>
|
||||
#include <IO/ReadBufferFromString.h>
|
||||
#include <IO/ReadHelpers.h>
|
||||
#include <Poco/ConsoleChannel.h>
|
||||
@ -14,6 +13,8 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
/// TODO: Remove ME
|
||||
|
||||
void checkEq(zkutil::ZooKeeper & zk, const std::string & path, const std::string & expected)
|
||||
{
|
||||
auto result = zk.get(path);
|
||||
|
Loading…
Reference in New Issue
Block a user