task: remove duplicated code in JoinMap::remove_by_id (#7603)

This commit is contained in:
Martin Grigorov
2025-09-10 22:16:15 +08:00
committed by GitHub
parent 024bd60933
commit de978c47e0
-1
View File
@@ -761,7 +761,6 @@ where
Ok(entry) => entry.remove().0,
_ => return None,
};
self.hashes_by_task.remove(&id);
Some(key)
}
}