Two more instances
authorAndrew Au <andrewau@microsoft.com>
Sat, 9 Mar 2019 00:07:39 +0000 (16:07 -0800)
committerAndrew Au <cshung@gmail.com>
Sat, 9 Mar 2019 18:36:57 +0000 (10:36 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/81e2f5008826cf8ea7cc51d0cb9fa711e1259506

src/coreclr/src/vm/eventpipe.h
src/coreclr/src/vm/sampleprofiler.h

index 3f5919f..c77b94d 100644 (file)
@@ -20,7 +20,6 @@ class EventPipeBufferManager;
 class EventPipeEventSource;
 class EventPipeProvider;
 class MethodDesc;
-class SampleProfilerEventInstance;
 struct EventPipeProviderConfiguration;
 class EventPipeSession;
 
index 871b175..00c20f3 100644 (file)
@@ -22,7 +22,6 @@ class SampleProfiler
 
     // Declare friends.
     friend class EventPipe;
-    friend class SampleProfilerEventInstance;
 
     public: