aboutsummaryrefslogtreecommitdiff
path: root/GateXor.h
diff options
context:
space:
mode:
Diffstat (limited to 'GateXor.h')
-rw-r--r--GateXor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/GateXor.h b/GateXor.h
index 37903e0..b70d552 100644
--- a/GateXor.h
+++ b/GateXor.h
@@ -15,8 +15,4 @@ private:
using Node::Node;
constexpr static const char * type = "xor";
static GateXor instance;
-
-private:
- int min_inputs = 1;
- int max_inputs = -1;
};