--- IO-AIO/AIO.xs 2009/07/15 01:36:04 1.153 +++ IO-AIO/AIO.xs 2009/07/15 01:39:15 1.154 @@ -162,7 +162,6 @@ static int next_pri = EIO_PRI_DEFAULT; static int max_outstanding; -static int respipe_osf [2]; static s_epipe respipe; static void req_destroy (aio_req req); @@ -447,9 +446,6 @@ { if (s_epipe_renew (&respipe)) croak ("unable to initialize result pipe"); - - respipe_osf [0] = S_TO_SOCKET (respipe.fd [0]); - respipe_osf [1] = S_TO_SOCKET (respipe.fd [1]); } static void poll_wait (void)