summaryrefslogtreecommitdiff
path: root/src/vm/eventpipe.h
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2018-09-07 13:48:21 -0700
committerGitHub <noreply@github.com>2018-09-07 13:48:21 -0700
commit7a231d1cecb9c2dad09e7d6c179af4b587d95687 (patch)
tree8232fb7c2483e2ba4309288afe7ae94892d9cbe4 /src/vm/eventpipe.h
parentd81a3685df482e8962bf696e44b9071f19bfac2f (diff)
downloadcoreclr-7a231d1cecb9c2dad09e7d6c179af4b587d95687.tar.gz
coreclr-7a231d1cecb9c2dad09e7d6c179af4b587d95687.tar.bz2
coreclr-7a231d1cecb9c2dad09e7d6c179af4b587d95687.zip
Add Basic Out-of-Process EventPipe Control and Heap Snapshot Capture (#19720)
Diffstat (limited to 'src/vm/eventpipe.h')
-rw-r--r--src/vm/eventpipe.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vm/eventpipe.h b/src/vm/eventpipe.h
index d5273c4974..1982130a3e 100644
--- a/src/vm/eventpipe.h
+++ b/src/vm/eventpipe.h
@@ -234,9 +234,6 @@ class EventPipe
// Shutdown the event pipe.
static void Shutdown();
- // Enable tracing from the start-up path based on COMPLUS variable.
- static void EnableOnStartup();
-
// Enable tracing via the event pipe.
static EventPipeSessionID Enable(
LPCWSTR strOutputPath,