rate-submit: remove code that can never be executed
authorVincent Fu <vincent.fu@wdc.com>
Mon, 15 Oct 2018 14:44:47 +0000 (10:44 -0400)
committerVincent Fu <vincent.fu@wdc.com>
Mon, 15 Oct 2018 19:57:31 +0000 (15:57 -0400)
commit8db390cd9131caec46d252dee39a2a511735283c
treeff6cdca162f09d5c73bc8b153686ab3ed59a3487
parent3d6a6f045d24b281ff94ea71c44a637f6d8f0f9e
rate-submit: remove code that can never be executed

The do-while loop above can only be exited when ret != FIO_Q_BUSY. So
the if (ret == FIO_Q_BUSY) branch will never be taken.
rate-submit.c