From a634e78633c0c3d8a5a4e03a3ea2993085323814 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 23 Oct 2021 10:07:24 -0700 Subject: [PATCH] Remove an extra use of process_type_for_command This just duplicated a previous call above. --- src/parse_execution.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/parse_execution.cpp b/src/parse_execution.cpp index de10e9e38..7406d52de 100644 --- a/src/parse_execution.cpp +++ b/src/parse_execution.cpp @@ -908,9 +908,6 @@ end_execution_reason_t parse_execution_context_t::populate_plain_process( if (reason != end_execution_reason_t::ok) { return reason; } - - // Determine the process type. - process_type = process_type_for_command(statement, cmd); } // Populate the process.