summaryrefslogtreecommitdiffstats
path: root/src/files.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/files.rs')
-rw-r--r--src/files.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/files.rs b/src/files.rs
index a1c5592..01620bd 100644
--- a/src/files.rs
+++ b/src/files.rs
@@ -464,7 +464,6 @@ impl Hash for File {
fn hash<H: Hasher>(&self, state: &mut H) {
self.name.hash(state);
self.path.hash(state);
- self.selected.hash(state);
}
}