| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 078600c commit 578a2c5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,12 +47,6 @@ void Realm::MemoryInfo(MemoryTracker* tracker) const { | |||
| 47 | 47 | tracker->TrackField("cleanup_queue", cleanup_queue_); | |
| 48 | 48 | tracker->TrackField("builtins_with_cache", builtins_with_cache); | |
| 49 | 49 | tracker->TrackField("builtins_without_cache", builtins_without_cache); | |
| 50 | - | ||
| 51 | - ForEachBaseObject([&](BaseObject* obj) { | ||
| 52 | - if (obj->IsDoneInitializing()) { | ||
| 53 | - tracker->Track(obj); | ||
| 54 | - } | ||
| 55 | - }); | ||
| 56 | 50 | } | |
| 57 | 51 | ||
| 58 | 52 | void Realm::CreateProperties() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments