From 0d0f4dbe4f6ea5bb5383bb1f39e4c37f25a2d522 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 15 Aug 2016 14:22:20 -0600 Subject: [PATCH] parse: remove dead code Signed-off-by: Jens Axboe --- parse.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/parse.h b/parse.h index 62fd9706..0da7c7e5 100644 --- a/parse.h +++ b/parse.h @@ -80,8 +80,6 @@ struct fio_option { int pow2; /* must be a power-of-2 */ }; -typedef int (str_cb_fn)(void *, char *); - extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, struct flist_head *); extern void sort_options(char **, struct fio_option *, int); extern int parse_cmd_option(const char *t, const char *l, struct fio_option *, void *, struct flist_head *); @@ -107,7 +105,6 @@ extern int string_distance_ok(const char *s1, int dist); typedef int (fio_opt_str_fn)(void *, const char *); typedef int (fio_opt_str_val_fn)(void *, long long *); typedef int (fio_opt_int_fn)(void *, int *); -typedef int (fio_opt_str_set_fn)(void *); struct thread_options; static inline void *td_var(struct thread_options *to, struct fio_option *o, -- 2.25.1