From 39518fe725da8a571fc48b4058f327c688308241 Mon Sep 17 00:00:00 2001 From: tavplubix Date: Wed, 13 May 2020 16:45:39 +0300 Subject: [PATCH] trigger CI --- src/Common/ZooKeeper/ZooKeeper.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Common/ZooKeeper/ZooKeeper.cpp b/src/Common/ZooKeeper/ZooKeeper.cpp index 3bd102cb10d..2e94cfe9992 100644 --- a/src/Common/ZooKeeper/ZooKeeper.cpp +++ b/src/Common/ZooKeeper/ZooKeeper.cpp @@ -676,7 +676,6 @@ bool ZooKeeper::waitForDisappear(const std::string & path, const WaitCondition & if (state->event_type == Coordination::DELETED) return true; } - return false; }