Skip to content

Commit 5c9af60

Browse files
committed
Remove a call to a non-defined function.
1 parent 1aa1cee commit 5c9af60

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CoreFoundation/Base.subproj/CFPriv.h

-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,6 @@ CF_EXPORT CFHashCode _CFNonObjCHash(CFTypeRef cf);
575575
CF_EXPORT
576576
Boolean CFLocaleGetLanguageRegionEncodingForLocaleIdentifier(CFStringRef localeIdentifier, LangCode *langCode, RegionCode *regCode, ScriptCode *scriptCode, CFStringEncoding *stringEncoding);
577577

578-
CF_EXPORT void _CFLocaleResetCurrent(void);
579578
CF_EXPORT void _CFCalendarResetCurrent(void);
580579

581580
#if TARGET_OS_WIN32

CoreFoundation/PlugIn.subproj/CFBundle_Locale.c

-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@ CF_PRIVATE CFArrayRef _CFBundleCopyUserLanguages() {
620620

621621
CF_EXPORT void _CFBundleFlushLanguageCachesAfterEUIDChange() {
622622
_CFBundleFlushBundleCaches(CFBundleGetMainBundle());
623-
_CFLocaleResetCurrent();
624623
_CFBundleFlushUserLanguagesCache();
625624
}
626625

0 commit comments

Comments
 (0)