Remove dead code from fio_io_sync()
authorBart Van Assche <bart.vanassche@wdc.com>
Wed, 18 Apr 2018 20:06:59 +0000 (13:06 -0700)
committerBart Van Assche <bart.vanassche@wdc.com>
Wed, 18 Apr 2018 20:25:30 +0000 (13:25 -0700)
commit18f6165ecf9fd73a1bf5db79f7e80df45e31d52f
treecdc32cad89807bc3d923fc22d6284ce777ece40b
parentd9bac1c6a8ca176fe8c1f342109e092f2de79419
Remove dead code from fio_io_sync()

Due to the previous patch it is now guaranteed that the I/O engine
queue function returns a FIO_Q_* value. These values are >= 0.
Hence remove the code that depends on the queue function returning
a negative value.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
backend.c