File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1017,7 +1017,6 @@ impl TranslationTask {
10171017 // TODO: support diffable!
10181018 panic ! ( "Diff not supported." ) ;
10191019 } ;
1020- let debug_cm = code_mirror. clone ( ) ;
10211020 self . code_mirror_doc = code_mirror. doc ;
10221021 self . code_mirror_doc_blocks = Some ( code_mirror. doc_blocks ) ;
10231022 // We may need to change this version if we send a diff back to the Client.
Original file line number Diff line number Diff line change @@ -1156,7 +1156,6 @@ async fn test_client_updates_core(
11561156 message: EditorMessageContents :: Result ( Ok ( ResultOkTypes :: Void ) )
11571157 }
11581158 ) ;
1159- server_id += MESSAGE_ID_INCREMENT ;
11601159
11611160 // Insert a character to check the insertion point.
11621161 let code_line_css = ".CodeChat-CodeMirror .cm-line" ;
You can’t perform that action at this time.
0 commit comments