From 0ea8f8f75dc7bd1037334eec83b780c5f77f3835 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 23 Dec 2021 11:38:01 -0600 Subject: [PATCH] Cleanup: Remove extra line. --- level_3/fake/c/private-make-operate.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 1.8.3.1