From: Kevin Day Date: Thu, 23 Dec 2021 17:38:01 +0000 (-0600) Subject: Cleanup: Remove extra line. X-Git-Tag: 0.5.7~5 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=0ea8f8f75dc7bd1037334eec83b780c5f77f3835;p=fll Cleanup: Remove extra line. --- diff --git a/level_3/fake/c/private-make-operate.c b/level_3/fake/c/private-make-operate.c index 800d636..7dc30cc 100644 --- a/level_3/fake/c/private-make-operate.c +++ b/level_3/fake/c/private-make-operate.c @@ -1296,7 +1296,6 @@ extern "C" { // When done processing an operation within a block, continue onto next block stage or exit the block. if (!(state_process.operation == fake_make_operation_type_if || state_process.operation == fake_make_operation_type_else || state_process.operation == fake_make_operation_type_and || state_process.operation == fake_make_operation_type_or)) { - if (state_process.block == fake_make_operation_if_type_if) { state_process.block = fake_make_operation_if_type_done; }