Skip to content

Commit 314164a

Browse files
committed
that's done
1 parent 665e54d commit 314164a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/re_query_cache/src/cache.rs

-3
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ static CACHES: Lazy<StoreSubscriberHandle> =
5151
Lazy::new(|| re_data_store::DataStore::register_subscriber(Box::<Caches>::default()));
5252

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

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

374371
impl CacheBucket {

0 commit comments

Comments
 (0)