Skip to content

Commit 449c9db

Browse files
committed
Remove unused variable
1 parent f80a964 commit 449c9db

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Core/Sources/Service/XPCService.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public class XPCService: NSObject, XPCServiceProtocol {
4646
let task = Task {
4747
do {
4848
let editor = try JSONDecoder().decode(EditorContent.self, from: editorContent)
49-
let mode = UserDefaults.shared.value(for: \.suggestionPresentationMode)
5049
let handler: SuggestionCommandHandler = WindowBaseCommandHandler()
5150
try Task.checkCancellation()
5251
guard let updatedContent = try await getUpdatedContent(handler, editor) else {

0 commit comments

Comments
 (0)