Skip to content

Commit 2279d61

Browse files
committed
Remove redundant init_tracker()
1 parent a93af27 commit 2279d61

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

antithesis_sdk.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,6 @@ namespace antithesis {
439439

440440
typedef std::set<std::string> CatalogEntryTracker;
441441

442-
static std::unique_ptr<CatalogEntryTracker> init_tracker() {
443-
return std::unique_ptr<CatalogEntryTracker>(new CatalogEntryTracker);
444-
}
445-
446442
inline CatalogEntryTracker& get_catalog_entry_tracker() {
447443
static CatalogEntryTracker catalog_entry_tracker;
448444
return catalog_entry_tracker;

0 commit comments

Comments
 (0)