Skip to content

Commit e3444aa

Browse files
committed
Delete unnecessary imports of IndexStoreDB
1 parent bfe4e70 commit e3444aa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Sources/SourceKitLSP/IndexStoreDB+MainFilesProvider.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
import Foundation
14-
import IndexStoreDB
1514
import LSPLogging
1615
import LanguageServerProtocol
1716
import SKCore

Tests/SourceKitLSPTests/MainFilesProviderTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
import IndexStoreDB
1413
import LSPTestSupport
1514
import LanguageServerProtocol
1615
import SKCore
@@ -40,7 +39,7 @@ final class MainFilesProviderTests: XCTestCase {
4039
name: "MyLibrary",
4140
targets: [
4241
.target(
43-
name: "MyLibrary",
42+
name: "MyLibrary",
4443
cSettings: [.define("VARIABLE_NAME", to: "fromMyLibrary"), .unsafeFlags(["-Wunused-variable"])]
4544
)
4645
]

0 commit comments

Comments
 (0)