summaryrefslogtreecommitdiff
path: root/src/strongname
diff options
context:
space:
mode:
authorSung Yoon Whang <suwhang@microsoft.com>2019-02-21 14:19:27 -0800
committerGitHub <noreply@github.com>2019-02-21 14:19:27 -0800
commit2dfd1779ae9eebe89b223cff6fd77825301971dd (patch)
treecc1694ef83deb63b2f178d3f4b195d2bb679d1e0 /src/strongname
parenta006c44d06d56829a230bbbce17b74b21a0b8842 (diff)
downloadcoreclr-2dfd1779ae9eebe89b223cff6fd77825301971dd.tar.gz
coreclr-2dfd1779ae9eebe89b223cff6fd77825301971dd.tar.bz2
coreclr-2dfd1779ae9eebe89b223cff6fd77825301971dd.zip
Remove unused perfcounter code (#22742)
* removing references to COUNTER_ONLY, ENABLE_PERF_COUNTERS in src/vm directory * removing perfcounters* files * Fix build * Remove PerfCounterSupportedBuild * Some more cleanup on the GC side
Diffstat (limited to 'src/strongname')
-rw-r--r--src/strongname/api/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strongname/api/common.h b/src/strongname/api/common.h
index 16f571aded..26c545cff9 100644
--- a/src/strongname/api/common.h
+++ b/src/strongname/api/common.h
@@ -301,7 +301,6 @@ namespace Loader
#endif
#include "typehandle.h"
-#include "perfcounters.h"
#include "methodtable.h"
#include "typectxt.h"