Remove some empty code

This commit is contained in:
ridiculousfish
2019-02-24 13:14:36 -08:00
parent a81bfbb805
commit 144e37b8ba
4 changed files with 0 additions and 18 deletions

View File

@@ -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();
}