Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mono/metadata/mono-perfcounters.c')
-rw-r--r--mono/metadata/mono-perfcounters.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mono/metadata/mono-perfcounters.c b/mono/metadata/mono-perfcounters.c
index 411ffe6f2f0..dec8563da7b 100644
--- a/mono/metadata/mono-perfcounters.c
+++ b/mono/metadata/mono-perfcounters.c
@@ -1822,7 +1822,6 @@ mono_perfcounter_foreach (PerfCounterEnumCallback cb, gpointer data)
#else
-#ifndef ENABLE_NETCORE
void*
mono_perfcounter_get_impl (const gunichar2 *category, gint32 category_length,
@@ -1903,7 +1902,6 @@ mono_perfcounter_instance_names (const gunichar2 *category, gint32 category_leng
g_assert_not_reached ();
}
-#endif /* ENABLE_NETCORE */
void
mono_perfcounter_foreach (PerfCounterEnumCallback cb, gpointer data)