Skip to content

Commit

Permalink
that's done
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 10, 2024
1 parent 665e54d commit 314164a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/re_query_cache/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ static CACHES: Lazy<StoreSubscriberHandle> =
Lazy::new(|| re_data_store::DataStore::register_subscriber(Box::<Caches>::default()));

/// Maintains the top-level cache mappings.
//
// TODO(#4730): SizeBytes support + size stats + mem panel
#[derive(Default)]
pub struct Caches(pub(crate) RwLock<HashMap<CacheKey, CachesPerArchetype>>);

Expand Down Expand Up @@ -368,7 +366,6 @@ pub struct CacheBucket {
pub(crate) total_size_bytes: u64,
//
// TODO(cmc): secondary cache
// TODO(#4730): size stats: this requires codegen'ing SizeBytes for all components!
}

impl CacheBucket {
Expand Down

0 comments on commit 314164a

Please sign in to comment.