Skip to content

Commit 77ff126

Browse files
committed
Unused variable after merge
1 parent 479ee91 commit 77ff126

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Extension/test/scenarios/SimpleCppProject/tests/compilerPath.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { CppProperties } from '../../../../src/LanguageServer/configurations';
1313

1414
const assetsFolder = Uri.file(path.normalize(path.join(__dirname.replace(/dist[\/\\]/, ''), '..', 'assets')));
1515
const assetsFolderFsPath = assetsFolder.fsPath;
16-
const extensionPath = path.normalize(path.join(__dirname.replace(/dist[\/\\]/, ''), '..', '..', '..', '..'));
1716

1817
// A simple test counter for the tests that loop over several cases.
1918
// This is to make it easier to see which test failed in the output.

0 commit comments

Comments
 (0)