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:
parent
fe68debbe0
commit
44ef9226f1
1 changed files with 0 additions and 2 deletions
|
@ -134,8 +134,6 @@ private:
|
|||
|
||||
class SlaveNode : public Node {
|
||||
protected:
|
||||
bool debug = true;
|
||||
|
||||
struct Server {
|
||||
// slave state
|
||||
enum { NONE, STOPPED, READY } state = NONE;
|
||||
|
|
Loading…
Add table
Reference in a new issue