btreplay: remove timestamps
authorOlaf Hering <olaf@aepfle.de>
Fri, 20 Feb 2015 08:06:39 +0000 (09:06 +0100)
committerJens Axboe <axboe@fb.com>
Mon, 25 Apr 2016 14:54:34 +0000 (08:54 -0600)
commitcbd4bc0a3f6386cd000cb842b9f1f6325e301623
treee4c21fc6b30580e45df0a59780c752f65d67fcb0
parent747f0e2870e6672c6af832226e10cfa8a39ff109
btreplay: remove timestamps

Using __DATE__ and __TIME__ will break reproducible builds. The
resulting binary will change with each rebuild even if the source and
toolchain is identical.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
btreplay/btrecord.c
btreplay/btreplay.c