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/console-unix.c')
-rw-r--r--mono/metadata/console-unix.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/mono/metadata/console-unix.c b/mono/metadata/console-unix.c
index 908b2d60aa4..52c2117e8bb 100644
--- a/mono/metadata/console-unix.c
+++ b/mono/metadata/console-unix.c
@@ -40,7 +40,6 @@
#include <mono/metadata/exception.h>
#include "icall-decl.h"
-#ifndef ENABLE_NETCORE
/* On solaris, curses.h must come before both termios.h and term.h */
#ifdef HAVE_CURSES_H
@@ -511,16 +510,3 @@ ves_icall_System_ConsoleDriver_TtySetup (MonoStringHandle keypad, MonoStringHand
return TRUE;
}
-#else /* ENABLE_NETCORE */
-
-void
-mono_console_init (void)
-{
-}
-
-void
-mono_console_handle_async_ops (void)
-{
-}
-
-#endif