Skip to content

Commit a7d1fdd

Browse files
committed
Remove an error from a previous implementation
Remove the error condition that no longer applies to the current code.
1 parent 1ca5345 commit a7d1fdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CoreFoundation/Base.subproj/CFFileUtilities.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,6 @@ CF_PRIVATE void _CFIterateDirectory(CFStringRef directoryPath, Boolean appendSla
10241024
if (!CFStringGetFileSystemRepresentation(directoryPath, directoryPathBuf, CFMaxPathSize)) return;
10251025

10261026
#if DEPLOYMENT_TARGET_WINDOWS
1027-
#error this path does not support calculateFullResultPath but it must do so someday
10281027
CFIndex cpathLen = strlen(directoryPathBuf);
10291028
// Make sure there is room for the additional space we need in the win32 api
10301029
if (cpathLen + 2 < CFMaxPathSize) {

0 commit comments

Comments
 (0)