fio: Eliminate compilation warning in ppc
authorSumanth K <sumantk2@linux.vnet.ibm.com>
Mon, 16 Jun 2014 05:38:16 +0000 (11:08 +0530)
committerJens Axboe <axboe@fb.com>
Mon, 16 Jun 2014 19:35:39 +0000 (13:35 -0600)
Eliminate compilation warning : 'atb_clocktest' defined but
not used. Function is declared as static in header file. So compiler will
know if they used or not. Just eliminate the warning by #if 0 /unless we do
use it.

Signed-off-by: Sumanth K <sumantk2@linux.vnet.ibm.com>
Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found