diff --git a/ev_linuxaio.c b/ev_linuxaio.c index 38453e9..febd747 100644 --- a/ev_linuxaio.c +++ b/ev_linuxaio.c @@ -339,7 +339,6 @@ linuxaio_get_events_from_ring (EV_P) ECB_MEMORY_FENCE_RELEASE; /* as an extension to C, we hope that the volatile will make this atomic and once-only */ *(volatile unsigned *)&ring->head = tail; - /* make sure kernel can see our new head value - probably not required */ return 1; }