From 44ef9226f1f9adf00fcabbe94a26756372619e42 Mon Sep 17 00:00:00 2001 From: Philipp Jungkamp Date: Thu, 14 Jul 2022 13:37:37 +0000 Subject: [PATCH] remove unused member variable --- include/villas/nodes/iec60870.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/villas/nodes/iec60870.hpp b/include/villas/nodes/iec60870.hpp index 528a0b039..c0ffcabcf 100644 --- a/include/villas/nodes/iec60870.hpp +++ b/include/villas/nodes/iec60870.hpp @@ -134,8 +134,6 @@ private: class SlaveNode : public Node { protected: - bool debug = true; - struct Server { // slave state enum { NONE, STOPPED, READY } state = NONE;