Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a595f4e

Browse files
committed
Remove eventpipe stuff left from prev commit
1 parent 2c4c50a commit a595f4e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/vm/eventpipe.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class EventPipeConfiguration;
1414
class EventPipeEvent;
1515
class EventPipeFile;
1616
class EventPipeJsonFile;
17-
1817
class MethodDesc;
1918
class SampleProfilerEventInstance;
2019

@@ -173,11 +172,6 @@ class EventPipe
173172
static EventPipeConfiguration *s_pConfig;
174173
static EventPipeFile *s_pFile;
175174
static EventPipeJsonFile *s_pJsonFile;
176-
177-
#ifdef PROFILING_SUPPORTED
178-
static EventPipeProfilerApi *s_pProfilerApi;
179-
#endif
180-
181175
};
182176

183177
#endif // FEATURE_PERFTRACING

0 commit comments

Comments
 (0)