summaryrefslogtreecommitdiff
path: root/Gate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Gate.cpp')
-rw-r--r--Gate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gate.cpp b/Gate.cpp
index dab8b7e..51a1652 100644
--- a/Gate.cpp
+++ b/Gate.cpp
@@ -80,7 +80,6 @@ void Gate::update_state()
case OUTPUT:
{
- /* we're a simple output, do nothing */
if (input_gate1 && input_gate1->get_output_state() == true)
{
this->output_state = true;