aboutsummaryrefslogtreecommitdiff
path: root/GateAnd.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-12 16:56:19 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-12 16:56:19 +0200
commite689d7947050face22fa1533d9a1cba6d43ea6b8 (patch)
tree7209bf2a04a4254913de6b0ef26742c85479c2eb /GateAnd.cpp
parentc0c6828e0652b177d36d15ded9801e419c07a64c (diff)
add prut
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");