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/threadpool-io.c')
-rw-r--r--mono/metadata/threadpool-io.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mono/metadata/threadpool-io.c b/mono/metadata/threadpool-io.c
index 45ac0d84b24..dfb0ecc68fa 100644
--- a/mono/metadata/threadpool-io.c
+++ b/mono/metadata/threadpool-io.c
@@ -12,7 +12,6 @@
#include <config.h>
#include <mono/utils/mono-compiler.h>
-#ifndef ENABLE_NETCORE
#include <glib.h>
#include <mono/metadata/threadpool-io.h>
@@ -616,7 +615,6 @@ mono_threadpool_io_cleanup (void)
mono_lazy_cleanup (&io_status, cleanup);
}
-#ifndef ENABLE_NETCORE
void
ves_icall_System_IOSelector_Add (gpointer handle, MonoIOSelectorJobHandle job_handle, MonoError* error)
{
@@ -661,7 +659,6 @@ ves_icall_System_IOSelector_Add (gpointer handle, MonoIOSelectorJobHandle job_ha
mono_coop_mutex_unlock (&threadpool_io->updates_lock);
}
-#endif
void
ves_icall_System_IOSelector_Remove (gpointer handle)
@@ -757,6 +754,5 @@ mono_threadpool_io_remove_domain_jobs (MonoDomain *domain)
#endif
-#endif /* !ENABLE_NETCORE */
MONO_EMPTY_SOURCE_FILE (threadpool_io);