Skip to content

Commit 51c367c

Browse files
committed
Remove unused import
1 parent fb5e0d4 commit 51c367c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Sources/sourcekit-lsp/main.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ import SKSupport
2222
import SourceKitLSP
2323
import TSCBasic
2424
import TSCLibc
25-
import TSCUtility
26-
27-
extension LogLevel: ArgumentKind {
28-
public static var completion: ShellCompletion {
29-
return ShellCompletion.none
30-
}
31-
}
3225

3326
extension AbsolutePath: ExpressibleByArgument {
3427
public init?(argument: String) {

0 commit comments

Comments
 (0)