Make clang-tidy happy

This commit is contained in:
Raúl Marín 2023-07-17 13:55:14 +02:00
parent 41bdcdabfa
commit 496aaf58c8

View File

@ -352,7 +352,7 @@ void ZooKeeper::createIfNotExists(const std::string & path, const std::string &
void ZooKeeper::createAncestors(const std::string & path)
{
std::string data = "";
std::string data;
std::string path_created; // Ignored
std::vector<std::string> pending_nodes;