Commit 3b39528c156638be50b713a5cc5a398a443a65c0

Authored by bellard
1 parent 3b9f94e1

removed redundant qemu_aio_flush()


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2306 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 4 deletions
block-raw.c
@@ -1146,10 +1146,6 @@ void qemu_aio_flush(void) @@ -1146,10 +1146,6 @@ void qemu_aio_flush(void)
1146 { 1146 {
1147 } 1147 }
1148 1148
1149 -void qemu_aio_flush(void)  
1150 -{  
1151 -}  
1152 -  
1153 void qemu_aio_wait_start(void) 1149 void qemu_aio_wait_start(void)
1154 { 1150 {
1155 } 1151 }