From: Jens Axboe Date: Thu, 30 Nov 2017 04:58:28 +0000 (-0700) Subject: verify: kill unneeded forward declaration X-Git-Tag: fio-3.3~51 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bf208c632815fac94c61abf338506a5a31e45a4d;p=fio.git verify: kill unneeded forward declaration Signed-off-by: Jens Axboe --- diff --git a/verify.c b/verify.c index db6e17e4..9612244f 100644 --- a/verify.c +++ b/verify.c @@ -30,9 +30,6 @@ static void populate_hdr(struct thread_data *td, struct io_u *io_u, struct verify_header *hdr, unsigned int header_num, unsigned int header_len); -static void fill_hdr(struct thread_data *td, struct io_u *io_u, - struct verify_header *hdr, unsigned int header_num, - unsigned int header_len, uint64_t rand_seed); static void __fill_hdr(struct thread_data *td, struct io_u *io_u, struct verify_header *hdr, unsigned int header_num, unsigned int header_len, uint64_t rand_seed);