[PATCH] Remove the time init check
authorJens Axboe <jens.axboe@oracle.com>
Sat, 13 Jan 2007 14:17:22 +0000 (15:17 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 13 Jan 2007 14:17:22 +0000 (15:17 +0100)
commit7e326f3bbc7e6f23f2b4c99282f73a7948d02637
tree10b437b68565ae9584c61c7f59fde63281a7266e
parent2cb8d960e8abedb0702e0e53fbebbbd649147646
[PATCH] Remove the time init check

We cannot control constructor ordering easily, hence the check
code was also in fio_gettime().

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
gettime.c