Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung Yoon Whang <suwhang@microsoft.com>2020-03-07 02:10:00 +0300
committerGitHub <noreply@github.com>2020-03-07 02:10:00 +0300
commitaaa538c5c803d833d36f2706e34efa4b73130c56 (patch)
tree9cb9a4b89555b79acbec83597cbf3e41465dc2cc /src/coreclr/clrfeatures.cmake
parent69264d7e3ad062f6f45510fb4d38cb68fb023baf (diff)
Enable starting SampleProfiler from startup EventPipe session (#33200)
* Enable SampleProfiler to be enabled from startup * Remove EventPipeController.cs * PR feedback
Diffstat (limited to 'src/coreclr/clrfeatures.cmake')
-rw-r--r--src/coreclr/clrfeatures.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/coreclr/clrfeatures.cmake b/src/coreclr/clrfeatures.cmake
index 4a1f2b7225d..078b4e73ac8 100644
--- a/src/coreclr/clrfeatures.cmake
+++ b/src/coreclr/clrfeatures.cmake
@@ -27,7 +27,3 @@ endif(NOT DEFINED FEATURE_STANDALONE_GC)
if(NOT DEFINED FEATURE_AUTO_TRACE)
set(FEATURE_AUTO_TRACE 0)
endif(NOT DEFINED FEATURE_AUTO_TRACE)
-
-if(NOT DEFINED FEATURE_EVENTPIPE_STARTUP)
- set(FEATURE_EVENTPIPE_STARTUP 0)
-endif(NOT DEFINED FEATURE_EVENTPIPE_STARTUP)