Skip to content

Commit 2f0209f

Browse files
Fix bad merge resulting in duplicated method
1 parent c076bd5 commit 2f0209f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/SourceKitLSP/Swift/SwiftLanguageServer.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,11 +1338,6 @@ extension SwiftLanguageServer {
13381338
}
13391339
}
13401340
}
1341-
1342-
public func documentDiagnostic(_ req: Request<DocumentDiagnosticsRequest>) {
1343-
// TODO: Return provider object in initializeSync and implement pull-model document diagnostics here.
1344-
req.reply(.failure(.unknown("Pull-model diagnostics not implemented yet.")))
1345-
}
13461341

13471342
// Must be called on self.queue
13481343
public func _documentDiagnostic(

0 commit comments

Comments
 (0)