aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--block-raw-posix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block-raw-posix.c b/block-raw-posix.c
index c469241853..8f0ceadea6 100644
--- a/block-raw-posix.c
+++ b/block-raw-posix.c
@@ -600,7 +600,6 @@ static int posix_aio_init(void)
ai.aio_threads = 1;
ai.aio_num = 1;
ai.aio_idle_time = 365 * 100000;
- }
#endif
aio_init(&ai);
posix_aio_state = s;