From d74db0a8336b2dd8aeef1ff04ab82565b8d5a088 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 11 Jan 2022 07:26:54 -0500 Subject: [PATCH] remove unused variable --- lib/node.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/node.cpp b/lib/node.cpp index 5d14b4bb8..cdd4c92b5 100644 --- a/lib/node.cpp +++ b/lib/node.cpp @@ -75,7 +75,6 @@ Node::Node(const std::string &n) : name_short(n), name_long(), affinity(-1), /* all cores */ - loopback_count(0), factory(nullptr) { uuid_clear(uuid);