Skip to content

Commit d8f0213

Browse files
committed
removed dead code
1 parent 7797c59 commit d8f0213

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

editors/code/src/config.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,6 @@ export class Config {
172172
};
173173
}
174174

175-
get highlightRelated() {
176-
return {
177-
references: this.get<boolean>("highlightRelated.references"),
178-
exitPoints: this.get<boolean>("highlightRelated.exit_points"),
179-
breakPoints: this.get<boolean>("highlightRelated.exit_points"),
180-
yieldPoints: this.get<boolean>("highlightRelated.yield_points")
181-
};
182-
}
183-
184175
get currentExtensionIsNightly() {
185176
return this.package.releaseTag === NIGHTLY_TAG;
186177
}

0 commit comments

Comments
 (0)