Skip to content

Commit 747c39b

Browse files
authored
Remove unused import Dispatch from Message.swift (swiftlang#1156)
This import is unused and is redundant in that file
1 parent 8556023 commit 747c39b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/LanguageServerProtocol/Message.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
import Dispatch
14-
1513
public protocol MessageType: Codable, Sendable {}
1614

1715
/// `RequestType` with no associated type or same-type requirements. Most users should prefer

0 commit comments

Comments
 (0)