Remove an extra use of process_type_for_command

This just duplicated a previous call above.
This commit is contained in:
ridiculousfish 2021-10-23 10:07:24 -07:00
parent ece89f43aa
commit a634e78633

View file

@ -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.