summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-03-21 09:06:54 -0700
committerJan Kotas <jkotas@microsoft.com>2016-03-21 17:39:02 -0700
commitdfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32 (patch)
tree56624c47f88bc2535298efe283282ca798c902e2 /src/tools
parentfc2246d77a951ac2111f242f3bb408af39903270 (diff)
downloadcoreclr-dfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32.tar.gz
coreclr-dfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32.tar.bz2
coreclr-dfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32.zip
Delete legacy netcf compat support (part 1)
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/crossgen/crossgen.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/tools/crossgen/crossgen.cpp b/src/tools/crossgen/crossgen.cpp
index 1c807f5d21..699835409d 100644
--- a/src/tools/crossgen/crossgen.cpp
+++ b/src/tools/crossgen/crossgen.cpp
@@ -159,11 +159,6 @@ void PrintUsageHelper()
W(" /ReadyToRun - Generate images resilient to the runtime and\n")
W(" dependency versions\n")
#endif
-#ifdef FEATURE_LEGACYNETCF
- W(" Compatability Modes\n")
- W(" /PreWP8App - Set the Windows Phone 8 \"Quirks\" mode, namely AppDomainCompatSwitch=\n")
- W(" WindowsPhone_3.7.0.0 or WindowsPhone_3.8.0.0.\n")
-#endif
#ifdef FEATURE_WINMD_RESILIENT
W(" WinMD Parameters\n")
W(" /WinMDResilient - Generate images resilient to WinMD dependency changes.\n")
@@ -532,12 +527,6 @@ int _cdecl wmain(int argc, __in_ecount(argc) WCHAR **argv)
// fulltrust behaviour.
}
#endif
-#ifdef FEATURE_LEGACYNETCF
- else if (MatchParameter(*argv, W("PreWP8App")))
- {
- dwFlags |= NGENWORKER_FLAGS_APPCOMPATWP8;
- }
-#endif
#ifdef FEATURE_WINMD_RESILIENT
else if (MatchParameter(*argv, W("WinMDResilient")))
{