summaryrefslogtreecommitdiff
path: root/src/strongname
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/strongname
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/strongname')
-rw-r--r--src/strongname/api/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/strongname/api/common.h b/src/strongname/api/common.h
index 113885cb99..0c959d2e3e 100644
--- a/src/strongname/api/common.h
+++ b/src/strongname/api/common.h
@@ -315,7 +315,6 @@ namespace Loader
#include "regdisp.h"
#include "stackframe.h"
#include "gms.h"
-#include "stackprobe.h"
#include "fcall.h"
#include "syncblk.h"
#include "gcdesc.h"
@@ -382,7 +381,6 @@ extern DummyGlobalContract ___contract;
#include "domainfile.inl"
#include "clsload.inl"
#include "method.inl"
-#include "stackprobe.inl"
#include "syncblk.inl"
#include "threads.inl"
#include "eehash.inl"