parse: remove dead code
authorJens Axboe <axboe@fb.com>
Mon, 15 Aug 2016 20:22:20 +0000 (14:22 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 15 Aug 2016 20:22:20 +0000 (14:22 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
parse.h

diff --git a/parse.h b/parse.h
index 62fd9706816873f4a2909384cd973568ffbc28a0..0da7c7e5852e47aafd0fd274717f9930cd1c1505 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -80,8 +80,6 @@ struct fio_option {
        int pow2;                       /* must be a power-of-2 */
 };
 
        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 *);
 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_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,
 
 struct thread_options;
 static inline void *td_var(struct thread_options *to, struct fio_option *o,