Skip to content

Commit 7957715

Browse files
committed
Remove unnecessary if check
1 parent ac583cc commit 7957715

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Sources/AWSLambdaRuntimeCore/NewLambdaContext.swift

+1-6
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,10 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15+
import Dispatch
1516
import Logging
1617
import NIOCore
1718

18-
#if swift(<5.9)
19-
@preconcurrency import Dispatch
20-
#else
21-
import Dispatch
22-
#endif
23-
2419
// MARK: - Context
2520

2621
/// Lambda runtime context.

0 commit comments

Comments
 (0)