summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/event_loop.rs
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-09-21 19:54:32 +0200
committerGitHub <noreply@github.com>2019-09-21 19:54:32 +0200
commit856cddc8739c32d8bbfff72dd3692f49359142a9 (patch)
treee7428984c5fcd51cfccd7e78a864497bd87c8e60 /alacritty_terminal/src/event_loop.rs
parent71a818cb8fcc99d1d9176fca3b3386c6971a306a (diff)
downloadalacritty-856cddc8739c32d8bbfff72dd3692f49359142a9.tar.gz
alacritty-856cddc8739c32d8bbfff72dd3692f49359142a9.zip
Remove outdated TODO/FIXME comments
Diffstat (limited to 'alacritty_terminal/src/event_loop.rs')
-rw-r--r--alacritty_terminal/src/event_loop.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/alacritty_terminal/src/event_loop.rs b/alacritty_terminal/src/event_loop.rs
index 4941b479..275d752c 100644
--- a/alacritty_terminal/src/event_loop.rs
+++ b/alacritty_terminal/src/event_loop.rs
@@ -426,7 +426,6 @@ where
}
// The evented instances are not dropped here so deregister them explicitly
- // TODO: Is this still necessary?
let _ = self.poll.deregister(&self.rx);
let _ = self.pty.deregister(&self.poll);