aboutsummaryrefslogtreecommitdiff
path: root/Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'Node.h')
-rw-r--r--Node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Node.h b/Node.h
index 110928b..9fbea6f 100644
--- a/Node.h
+++ b/Node.h
@@ -26,8 +26,6 @@ public:
protected:
Node(const char * type);
- string label;
-
vector<Net *> inputs;
Net * output = nullptr;