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 c48d19c..e51df30 100644
--- a/GateAnd.cpp
+++ b/GateAnd.cpp
@@ -2,8 +2,6 @@
GateAnd GateAnd::instance(GateAnd::type);
-GateAnd::GateAnd(const char * type) : Node(type) { }
-
SignalLevel GateAnd::level() {
for (int i = 0; i < this->inputs.size(); i++){
SignalLevel l = this->inputs[i]->getLevel();