From 48861e463311145a653350688dc4bad83a528d91 Mon Sep 17 00:00:00 2001 From: Maciej Makowski Date: Sat, 16 Nov 2019 21:11:56 +0000 Subject: Fix WinPTY freeze on termination Fixes #2889. --- alacritty_terminal/src/tty/unix.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'alacritty_terminal/src/tty/unix.rs') diff --git a/alacritty_terminal/src/tty/unix.rs b/alacritty_terminal/src/tty/unix.rs index b820d754..01ee1b59 100644 --- a/alacritty_terminal/src/tty/unix.rs +++ b/alacritty_terminal/src/tty/unix.rs @@ -333,10 +333,6 @@ impl EventedPty for Pty { } } -pub fn process_should_exit() -> bool { - false -} - /// Types that can produce a `libc::winsize` pub trait ToWinsize { /// Get a `libc::winsize` -- cgit