[msvc] Update csproj files (#4136)
[mono.git] / mono / io-layer / wapi.c
index f162b0bb45cad926593816f8e28366fcfd034dd7..fc9c00ccd909b7462b40556820b8848a2e666e5b 100644 (file)
@@ -46,16 +46,6 @@ wapi_getpid (void)
        return _wapi_pid;
 }
 
-/* Lots more to implement here, but this is all we need at the moment */
-gboolean
-DuplicateHandle (gpointer srcprocess, gpointer src, gpointer targetprocess, gpointer *target,
-       guint32 access G_GNUC_UNUSED, gboolean inherit G_GNUC_UNUSED, guint32 options G_GNUC_UNUSED)
-{
-       mono_w32handle_ref (src);
-       *target = src;
-       return TRUE;
-}
-
 /**
  * CloseHandle:
  * @handle: The handle to release