verify: kill unneeded forward declaration
authorJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 04:58:28 +0000 (21:58 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 04:58:28 +0000 (21:58 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
verify.c

index db6e17e4def8f60f556b5fca4c1082f107f46d3f..9612244faece57e181c63b3c7afad52a03956740 100644 (file)
--- 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 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);
 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);