From 11937e7d2256702698baba3acaf847523fe0f066 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sat, 27 Jun 2020 23:02:11 +0930 Subject: Functionality: deleting multiple gates added --- Gate.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Gate.cpp') 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; -- cgit v1.2.3