summaryrefslogtreecommitdiff
path: root/src/inc/perfcounters.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-11-06 12:56:00 -0800
committerGitHub <noreply@github.com>2017-11-06 12:56:00 -0800
commit56fce2f9f3e2b45acf85205c37000797f5f24d23 (patch)
treed63199bdbfec9a7ba93e17c1731d9209f24bebb0 /src/inc/perfcounters.h
parent75475b386178a247fad1cfdf26213a17696b20b5 (diff)
downloadcoreclr-56fce2f9f3e2b45acf85205c37000797f5f24d23.tar.gz
coreclr-56fce2f9f3e2b45acf85205c37000797f5f24d23.tar.bz2
coreclr-56fce2f9f3e2b45acf85205c37000797f5f24d23.zip
Cleanup BCLDebug (#14868)
- Delete BCLDebug and related types since it was replaced by the public System.Diagnostic.Debug - Preserve commented out or conditionally compiled logging in a few place where it seemed potentially useful Fixes #11389
Diffstat (limited to 'src/inc/perfcounters.h')
-rw-r--r--src/inc/perfcounters.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inc/perfcounters.h b/src/inc/perfcounters.h
index a27b58da0c..29fc767d63 100644
--- a/src/inc/perfcounters.h
+++ b/src/inc/perfcounters.h
@@ -69,8 +69,6 @@ inline PerfCounterIPCControlBlock *PerfCounters::GetPrivatePerfCounterPtr()
return m_pPrivatePerf;
};
-extern "C" Perf_Contexts * STDMETHODCALLTYPE GetPrivateContextsPerfCounters();
-
#define COUNTER_ONLY(x) x
#define PERF_COUNTER_NUM_OF_ITERATIONS 10