1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove unused variable

This commit is contained in:
Steffen Vogel 2022-01-11 07:26:54 -05:00
parent 784e970bfe
commit d74db0a833

View file

@ -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);