Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Sources/CoreFoundation/CFBundle.c
Original file line number Diff line number Diff line change
Expand Up @@ -861,12 +861,6 @@ static CFBundleRef _CFBundleCreate(CFAllocatorRef allocator, CFURLRef bundleURL,
CFDictionaryRef infoDict = CFBundleGetInfoDictionary(bundle);
CFStringRef bundleID = CFBundleGetIdentifier(bundle);

// Do this so that we can use the dispatch_once on the ivar of this bundle safely
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated"
OSMemoryBarrier();
#pragma GCC diagnostic pop

// We cannot add to tables for unique bundles. Return unique bundle results here without heading into the section below where we take a lock.
if (unique) {
assert(!addToTables);
Expand Down