mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-21 02:54:17 +08:00
Remove an extra use of process_type_for_command
This just duplicated a previous call above.
This commit is contained in:
parent
ece89f43aa
commit
a634e78633
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user