aboutsummaryrefslogtreecommitdiff
path: root/GateAnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GateAnd.cpp')
-rw-r--r--GateAnd.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/GateAnd.cpp b/GateAnd.cpp
index 487f8bc..987d5e4 100644
--- a/GateAnd.cpp
+++ b/GateAnd.cpp
@@ -3,8 +3,6 @@
GateAnd GateAnd::instance(GateAnd::type);
-GateAnd::GateAnd(const char * type) : Node(type) { }
-
SignalLevel GateAnd::level() {
if (this->inputs.size() < 1) throw CircuitException("AndGate input size error");