From cf408d71681396f9b2ac5b277e3849176378c78e Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 31 Jul 2019 15:15:50 -0600 Subject: [PATCH] Remove unused fio_assert() Signed-off-by: Jens Axboe --- fio.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/fio.h b/fio.h index 2103151d..2094d30b 100644 --- a/fio.h +++ b/fio.h @@ -705,16 +705,6 @@ extern void lat_target_reset(struct thread_data *); (i) < (td)->o.nr_files && ((f) = (td)->files[i]) != NULL; \ (i)++) -#define fio_assert(td, cond) do { \ - if (!(cond)) { \ - int *__foo = NULL; \ - fprintf(stderr, "file:%s:%d, assert %s failed\n", __FILE__, __LINE__, #cond); \ - td_set_runstate((td), TD_EXITED); \ - (td)->error = EFAULT; \ - *__foo = 0; \ - } \ -} while (0) - static inline bool fio_fill_issue_time(struct thread_data *td) { if (td->o.read_iolog_file || -- 2.25.1