mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-05 17:48: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) {
|
if (reason != end_execution_reason_t::ok) {
|
||||||
return reason;
|
return reason;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Determine the process type.
|
|
||||||
process_type = process_type_for_command(statement, cmd);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Populate the process.
|
// Populate the process.
|
||||||
|
|
Loading…
Reference in a new issue