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

This commit is contained in:
Martin Grigorov 2025-09-10 17:16:15 +03:00 committed by GitHub
parent 024bd60933
commit de978c47e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -761,7 +761,6 @@ where
Ok(entry) => entry.remove().0,
_ => return None,
};
self.hashes_by_task.remove(&id);
Some(key)
}
}