From 6ed66f6ecb1b43c872585e568d809c463bed4851 Mon Sep 17 00:00:00 2001 From: Jonathan Grynspan Date: Tue, 20 Aug 2024 17:45:09 -0400 Subject: [PATCH] Remove stray use of old `SWT_BUILDING_WITH_CMAKE` condition. We no longer define `SWT_BUILDING_WITH_CMAKE`, but one file's still checking for it. Fix. --- Sources/Testing/ABI/EntryPoints/ABIEntryPoint.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/Testing/ABI/EntryPoints/ABIEntryPoint.swift b/Sources/Testing/ABI/EntryPoints/ABIEntryPoint.swift index d8876ddf1..2e950bb74 100644 --- a/Sources/Testing/ABI/EntryPoints/ABIEntryPoint.swift +++ b/Sources/Testing/ABI/EntryPoints/ABIEntryPoint.swift @@ -9,11 +9,7 @@ // #if canImport(Foundation) && !SWT_NO_ABI_ENTRY_POINT -#if SWT_BUILDING_WITH_CMAKE -@_implementationOnly import _TestingInternals -#else private import _TestingInternals -#endif extension ABIv0 { /// The type of the entry point to the testing library used by tools that want