summaryrefslogtreecommitdiff
path: root/src/dlls
diff options
context:
space:
mode:
authorDavid Mason <davmason@microsoft.com>2019-05-23 00:19:41 -0700
committerGitHub <noreply@github.com>2019-05-23 00:19:41 -0700
commitbbde6ae7dc9f06201c9bcabd49e790632965227e (patch)
treef08ec37769ad15dcfb4101f7f3152320cfafd0af /src/dlls
parent451fd23fa2179fa22c831bcf84edd547bfba5cd9 (diff)
downloadcoreclr-bbde6ae7dc9f06201c9bcabd49e790632965227e.tar.gz
coreclr-bbde6ae7dc9f06201c9bcabd49e790632965227e.tar.bz2
coreclr-bbde6ae7dc9f06201c9bcabd49e790632965227e.zip
Profiler attach over the diagnostics pipe (#24670)
Remove the old windows only profiler attach mechanism and replace it with a cross plat implementation over the diagnostics pipe
Diffstat (limited to 'src/dlls')
-rw-r--r--src/dlls/mscoree/mscoree.cpp4
-rw-r--r--src/dlls/mscoree/mscorwks_ntdef.src2
2 files changed, 0 insertions, 6 deletions
diff --git a/src/dlls/mscoree/mscoree.cpp b/src/dlls/mscoree/mscoree.cpp
index d1c8a7620e..0d587e2fd8 100644
--- a/src/dlls/mscoree/mscoree.cpp
+++ b/src/dlls/mscoree/mscoree.cpp
@@ -24,10 +24,6 @@
#include "clrprivhosting.h"
-#ifdef FEATURE_PROFAPI_ATTACH_DETACH
-#include "../../vm/profattach.h"
-#endif // FEATURE_PROFAPI_ATTACH_DETACH
-
#include <dbgenginemetrics.h>
// Locals.
diff --git a/src/dlls/mscoree/mscorwks_ntdef.src b/src/dlls/mscoree/mscorwks_ntdef.src
index c0670c2db3..bdbce4f4c6 100644
--- a/src/dlls/mscoree/mscorwks_ntdef.src
+++ b/src/dlls/mscoree/mscorwks_ntdef.src
@@ -31,5 +31,3 @@ EXPORTS
GetMetaDataInternalInterface
GetMetaDataInternalInterfaceFromPublic
GetMetaDataPublicInterfaceFromInternal
-
- CreateCLRProfiling