mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-24 01:11:15 -03:00
Remove some empty code
This commit is contained in:
@@ -1729,7 +1729,6 @@ static void reader_interactive_init() {
|
||||
pid_t shell_pgid;
|
||||
|
||||
if (!input_initialized) init_input();
|
||||
kill_init();
|
||||
shell_pgid = getpgrp();
|
||||
|
||||
// This should enable job control on fish, even if our parent process did not enable it for us.
|
||||
@@ -1843,7 +1842,6 @@ static void reader_interactive_init() {
|
||||
|
||||
/// Destroy data for interactive use.
|
||||
static void reader_interactive_destroy() {
|
||||
kill_destroy();
|
||||
outputter_t::stdoutput().set_color(rgb_color_t::reset(), rgb_color_t::reset());
|
||||
input_destroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user