mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-28 11:51:48 +00:00
Remove unneeded code
This commit is contained in:
parent
b313fc3fbe
commit
f5976d0d63
1 changed files with 0 additions and 1 deletions
|
|
@ -324,7 +324,6 @@ def fork(shm_address: str, all_non_child_fds: Iterable[int]) -> Tuple[int, int]:
|
|||
for fd in all_non_child_fds:
|
||||
os.close(fd)
|
||||
os.setsid()
|
||||
signal.signal(signal.SIGUSR1, signal.SIG_DFL)
|
||||
tty_name = cmd.get('tty_name')
|
||||
if tty_name:
|
||||
sys.__stdout__.flush()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue