Remove eventpipe stuff left from prev commit
authorMukul Sabharwal <mjsabby@gmail.com>
Thu, 11 May 2017 01:41:13 +0000 (18:41 -0700)
committerMukul Sabharwal <mjsabby@gmail.com>
Thu, 11 May 2017 01:41:13 +0000 (18:41 -0700)
src/vm/eventpipe.h

index 225c198..c6d7f61 100644 (file)
@@ -14,7 +14,6 @@ class EventPipeConfiguration;
 class EventPipeEvent;
 class EventPipeFile;
 class EventPipeJsonFile;
-
 class MethodDesc;
 class SampleProfilerEventInstance;
 
@@ -173,11 +172,6 @@ class EventPipe
         static EventPipeConfiguration *s_pConfig;
         static EventPipeFile *s_pFile;
         static EventPipeJsonFile *s_pJsonFile;
-
-#ifdef PROFILING_SUPPORTED
-        static EventPipeProfilerApi *s_pProfilerApi;
-#endif
-
 };
 
 #endif // FEATURE_PERFTRACING