Skip to content

Commit 34ee75c

Browse files
committed
Merge pull request #16 from slavapestov/remove-IRGen-workaround
Remove workaround for IRGen bug
2 parents 305b4bf + f921372 commit 34ee75c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CoreFoundation/Base.subproj/CFRuntime.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,14 +1816,6 @@ CFTypeRef objc_retainAutoreleasedReturnValue(CFTypeRef cf) {
18161816
else return NULL;
18171817
}
18181818

1819-
#if DEPLOYMENT_TARGET_LINUX
1820-
1821-
// The compiler current emits a reference to this symbol, but it is not actually present unless we define it here ourselves. This is a workaround until the compiler fix can be implemented.
1822-
CF_EXPORT void *_TWVBO;
1823-
void *_TWVBO = &_TWVBO;
1824-
1825-
#endif
1826-
18271819
#endif
18281820

18291821
#undef __kCFAllocatorTypeID_CONST

0 commit comments

Comments
 (0)