Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark committed May 30, 2024
1 parent 71fdafc commit 01cf6cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/sui-core/src/execution_cache/writeback_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1060,8 +1060,6 @@ impl WritebackCache {
}

fn cache_object_not_found(&self, object_id: &ObjectID) {
// when caching non-existence, we use version 0. Since that is less than OBJECT_START_VERSION
// it is guaranteed to lose the race with any reader than finds an extant version.
self.cache_latest_object_by_id(object_id, LatestObjectCacheEntry::NonExistent);
}

Expand Down

0 comments on commit 01cf6cd

Please sign in to comment.