[io-layer] Extract Process runtime support (#3859)
[mono.git] / mono / metadata / icall-windows.c
index cd72e481eb4850f5bbe231644a4e1b5c2ea0b022..9ebcf30f31b5f2f2bbb85b1e1515f08d255b8b54 100644 (file)
@@ -213,9 +213,4 @@ mono_icall_write_windows_debug_string (MonoString *message)
        OutputDebugString (mono_string_chars (message));
 }
 
-MonoBoolean
-mono_icall_close_process (gpointer handle)
-{
-       return (MonoBoolean)(CloseHandle (handle));
-}
 #endif /* HOST_WIN32 */