From 7a231d1cecb9c2dad09e7d6c179af4b587d95687 Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Fri, 7 Sep 2018 13:48:21 -0700 Subject: Add Basic Out-of-Process EventPipe Control and Heap Snapshot Capture (#19720) --- src/vm/eventpipe.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/vm/eventpipe.h') 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, -- cgit v1.2.3