aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 0c605ec..3cf6c2d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -253,7 +253,6 @@ fn event_loop() {
history::setup();
let stdin = io::stdin();
- let stdout = io::stdout();
let fd = stdin.as_raw_fd();
let raw = ScopedRawMode::on_fd(fd);