From bf208c632815fac94c61abf338506a5a31e45a4d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 29 Nov 2017 21:58:28 -0700 Subject: [PATCH] verify: kill unneeded forward declaration Signed-off-by: Jens Axboe --- verify.c | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.25.1