Skip to content

Commit a18a0ac

Browse files
committed
Remove unused string
1 parent 5ca0297 commit a18a0ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/getMsBuildInfo.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { join } from 'path';
77
import { execChildProcess } from '../common';
88
import { CoreClrDebugUtil } from '../coreclrDebug/util';
99

10-
export const MSBUILD_MISSING_MESSAGE = 'A valid msbuild installation could not be found.';
11-
1210
let _msbuildVersion: string | undefined;
1311

1412
export async function getMSBuildVersion(): Promise<string | undefined> {

0 commit comments

Comments
 (0)