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 member variable

This commit is contained in:
Philipp Jungkamp 2022-07-14 13:37:37 +00:00
parent fe68debbe0
commit 44ef9226f1

View file

@ -134,8 +134,6 @@ private:
class SlaveNode : public Node {
protected:
bool debug = true;
struct Server {
// slave state
enum { NONE, STOPPED, READY } state = NONE;