Skip to content

Commit 8d9d53f

Browse files
committed
Delete unused function
1 parent d752bd9 commit 8d9d53f

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

plugin/vscode/extension.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ class VSCodeDocumentLinter {
3535
await this._documentLinter.disposeAsync();
3636
}
3737

38-
dispose() {
39-
this._documentLinter.dispose();
40-
}
41-
4238
async editorChangedVisibilityAsync() {
4339
await this._documentLinter.editorChangedVisibilityAsync();
4440
}

wasm/quick-lint-js.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ class DocumentLinter {
139139
this._document.removeDiagnostics();
140140
}
141141

142-
dispose() {
143-
logAsyncErrors(async () => {
144-
await this.disposeAsync();
145-
});
146-
}
147-
148142
async editorChangedVisibilityAsync() {
149143
switch (this._state) {
150144
case DocumentLinterState.NO_WASM_DOC:

0 commit comments

Comments
 (0)