mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
Remove an extra use of process_type_for_command
This just duplicated a previous call above.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user