Skip to content

Commit 0b776fc

Browse files
committed
remove: the unused duplicate style variable.
- Removed the unused duplicate `style` variable in `setSingleLineCommentLanguageDefinitions` method.
1 parent 5965287 commit 0b776fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/configuration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ export class Configuration {
579579
* Set the single-line comments language definitions.
580580
*/
581581
private setSingleLineCommentLanguageDefinitions() {
582-
let style: string;
583582
const tempMap: Map<string, string> = new Map();
584583
this.languageConfigs.forEach((config: vscode.LanguageConfiguration, langId: string) => {
585584
// console.log(langId, config.comments.lineComment);

0 commit comments

Comments
 (0)