diff options
author | Andrew Au <andrewau@microsoft.com> | 2019-03-08 16:07:39 -0800 |
---|---|---|
committer | Andrew Au <cshung@gmail.com> | 2019-03-09 10:36:57 -0800 |
commit | 81e2f5008826cf8ea7cc51d0cb9fa711e1259506 (patch) | |
tree | 09753fde4b1166e64f763fbac1dd526d551e3773 /src | |
parent | 01024ebfc8b1d166fb345ac411e6aec571e4e571 (diff) | |
download | coreclr-81e2f5008826cf8ea7cc51d0cb9fa711e1259506.tar.gz coreclr-81e2f5008826cf8ea7cc51d0cb9fa711e1259506.tar.bz2 coreclr-81e2f5008826cf8ea7cc51d0cb9fa711e1259506.zip |
Two more instances
Diffstat (limited to 'src')
-rw-r--r-- | src/vm/eventpipe.h | 1 | ||||
-rw-r--r-- | src/vm/sampleprofiler.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/eventpipe.h b/src/vm/eventpipe.h index 3f5919f13f..c77b94dbdc 100644 --- a/src/vm/eventpipe.h +++ b/src/vm/eventpipe.h @@ -20,7 +20,6 @@ class EventPipeBufferManager; class EventPipeEventSource; class EventPipeProvider; class MethodDesc; -class SampleProfilerEventInstance; struct EventPipeProviderConfiguration; class EventPipeSession; diff --git a/src/vm/sampleprofiler.h b/src/vm/sampleprofiler.h index 871b175604..00c20f3b5a 100644 --- a/src/vm/sampleprofiler.h +++ b/src/vm/sampleprofiler.h @@ -22,7 +22,6 @@ class SampleProfiler // Declare friends. friend class EventPipe; - friend class SampleProfilerEventInstance; public: |