summaryrefslogtreecommitdiff
path: root/src/debug/ee
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-12 15:32:54 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-12 16:58:50 -0800
commit206b6a7efbc2e947eff900f448b86573b77ae392 (patch)
tree1047a9631b0eba294a37571bc4384309308220f1 /src/debug/ee
parent764b57ba3b7494a8391f32fea688c46247dc9336 (diff)
downloadcoreclr-206b6a7efbc2e947eff900f448b86573b77ae392.tar.gz
coreclr-206b6a7efbc2e947eff900f448b86573b77ae392.tar.bz2
coreclr-206b6a7efbc2e947eff900f448b86573b77ae392.zip
Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)
Diffstat (limited to 'src/debug/ee')
-rw-r--r--src/debug/ee/debugger.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/ee/debugger.cpp b/src/debug/ee/debugger.cpp
index d77227f213..143c44c921 100644
--- a/src/debug/ee/debugger.cpp
+++ b/src/debug/ee/debugger.cpp
@@ -1964,7 +1964,7 @@ void NotifyDebuggerOfTelestoStartup()
g_hContinueStartupEvent = NULL;
}
-#endif // FEATURE_CORECLR && !FEATURE_PAL
+#endif // !FEATURE_PAL
//---------------------------------------------------------------------------------------
//
@@ -2016,7 +2016,7 @@ HRESULT Debugger::Startup(void)
// The transport requires the debug pack to be present. Otherwise it'll raise a fatal error.
return S_FALSE;
}
-#endif // FEATURE_CORECLR && !FEATURE_PAL
+#endif // !FEATURE_PAL
{
DebuggerLockHolder dbgLockHolder(this);