Skip to content

Commit f3a9de1

Browse files
committed
CoreFoundation: remove __CFWindowsNamedPipeInitialize
This function does not have a definition. Furthermore, there is no special initialization required for the use of NamedPipes in Windows NT. Remove the straggling references.
1 parent f00674a commit f3a9de1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

CoreFoundation/Base.subproj/CFRuntime.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,11 +1193,6 @@ void __CFInitialize(void) {
11931193
CFNumberGetTypeID(); // NB: This does other work
11941194

11951195
__CFCharacterSetInitialize();
1196-
1197-
#if DEPLOYMENT_TARGET_WINDOWS
1198-
__CFWindowsNamedPipeInitialize();
1199-
#endif
1200-
12011196
__CFDateInitialize();
12021197

12031198
#if DEPLOYMENT_RUNTIME_SWIFT

CoreFoundation/Base.subproj/CFRuntime_Internal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ CF_PRIVATE void __CFCharacterSetInitialize(void);
151151

152152
#if TARGET_OS_WIN32
153153
CF_PRIVATE void __CFTSDWindowsInitialize(void);
154-
CF_PRIVATE void __CFWindowsNamedPipeInitialize(void);
155154
#endif
156155

157156
#if TARGET_OS_MAC || TARGET_OS_IPHONE || TARGET_OS_WIN32

0 commit comments

Comments
 (0)