X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fwapi.c;h=fc9c00ccd909b7462b40556820b8848a2e666e5b;hb=79283363f0f551d2b2d435d09bbec69f0b643675;hp=f162b0bb45cad926593816f8e28366fcfd034dd7;hpb=7e1fe62cd9dca20b69f9430ad95aeafeed5bc2e1;p=mono.git diff --git a/mono/io-layer/wapi.c b/mono/io-layer/wapi.c index f162b0bb45c..fc9c00ccd90 100644 --- a/mono/io-layer/wapi.c +++ b/mono/io-layer/wapi.c @@ -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