summaryrefslogtreecommitdiff
path: root/src/classlibnative
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/classlibnative
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/classlibnative')
-rw-r--r--src/classlibnative/bcltype/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/classlibnative/bcltype/CMakeLists.txt b/src/classlibnative/bcltype/CMakeLists.txt
index 2f990ad9a0..2913f9d7a5 100644
--- a/src/classlibnative/bcltype/CMakeLists.txt
+++ b/src/classlibnative/bcltype/CMakeLists.txt
@@ -1,9 +1,5 @@
set(CMAKE_INCLUDE_CURRENT_DIR ON)
-if(PerfCountersSupportedBuild)
- add_definitions(-DENABLE_PERF_COUNTERS)
-endif(PerfCountersSupportedBuild)
-
set(BCLTYPE_SOURCES
arraynative.cpp
arrayhelpers.cpp