Skip to content

Commit 52e78c4

Browse files
committed
Fix "value is never read" smoke test failure
1 parent 5551f3d commit 52e78c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmakeListsModifier.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,6 @@ class ScopeSourceList extends SourceList {
10671067
}
10681068

10691069
protected details(file: string): string {
1070-
const detailParts = [];
10711070
if (this.fileSet?.name) {
10721071
return `${this.scope} Scope: ${this.scopeDetails(this.target, file)}`;
10731072
} else {

0 commit comments

Comments
 (0)