Skip to content

Commit 42eaaf4

Browse files
authored
remove redundant pre-concurrency flag (#314)
motivation: address warnings changes: * remove pre-concurrency flag when not longer needed
1 parent 0fbd844 commit 42eaaf4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/AWSLambdaRuntimeCore/LambdaContext.swift

+5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15+
#if swift(<5.9)
1516
@preconcurrency import Dispatch
17+
#else
18+
import Dispatch
19+
#endif
20+
1621
import Logging
1722
import NIOCore
1823

0 commit comments

Comments
 (0)