aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer/threads.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer/threads.rs')
-rw-r--r--src/buffer/threads.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer/threads.rs b/src/buffer/threads.rs
index 5a87388..fa12110 100644
--- a/src/buffer/threads.rs
+++ b/src/buffer/threads.rs
@@ -67,7 +67,6 @@ impl Threads {
.unwrap()
.map(Thread::new)
.collect();
- self.threads.append(&mut self.threads.clone());
}
pub fn fill_window(&self, window: &mut Window) {