mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-31 23:28:45 +00: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
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue