Remove some dead code
This commit is contained in:
parent
20f9811741
commit
45dc82eb82
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
public static readonly string LibCoreClrFileName = (CurrentPlatform == Platform.Windows ? "coreclr" : "libcoreclr");
|
||||
public static readonly string LibCoreClrName = LibCoreClrFileName + DynamicLibSuffix;
|
||||
|
||||
public static readonly string RuntimeIdentifier = CurrentPlatform == Platform.Windows ? "win7-x64" :
|
||||
CurrentPlatform == Platform.Darwin ? "osx.10.10-x64" : "ubuntu.{RuntimeEnvironment.OperatingSystemVersion}-x64";
|
||||
|
||||
public static readonly string StaticLibSuffix = CurrentPlatform == Platform.Windows ? ".lib" : ".a";
|
||||
|
||||
public static readonly string ResponseFileSuffix = ".rsp";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue