summaryrefslogtreecommitdiff
path: root/src/ildasm
diff options
context:
space:
mode:
authorFilip Navara <filip.navara@gmail.com>2019-01-23 22:13:01 +0100
committerJan Kotas <jkotas@microsoft.com>2019-01-23 13:13:01 -0800
commita28b25aacdcd2adb0fdfa70bd869f53ba6565976 (patch)
treed37eeacbb212a5633edabf93300dbcd18980f13f /src/ildasm
parent797888982e264e2ecfbc436f782f2f6704644e84 (diff)
downloadcoreclr-a28b25aacdcd2adb0fdfa70bd869f53ba6565976.tar.gz
coreclr-a28b25aacdcd2adb0fdfa70bd869f53ba6565976.tar.bz2
coreclr-a28b25aacdcd2adb0fdfa70bd869f53ba6565976.zip
Remove all traces of FEATURE_STACK_PROBE. (#22149)
Diffstat (limited to 'src/ildasm')
-rw-r--r--src/ildasm/windasm.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ildasm/windasm.cpp b/src/ildasm/windasm.cpp
index 13b56fca42..da0c20e880 100644
--- a/src/ildasm/windasm.cpp
+++ b/src/ildasm/windasm.cpp
@@ -502,9 +502,6 @@ int __cdecl main(int nCmdShow, char* lpCmdLine[])
g_pszExeFile = lpCmdLine[0];
#endif
- // ildasm does not need to be SO-robust.
- SO_NOT_MAINLINE_FUNCTION;
-
// SWI has requested that the exact form of the function call below be used. For details see http://swi/SWI%20Docs/Detecting%20Heap%20Corruption.doc
(void)HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0);