X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=334f2036ac0b64646c6d30fdcc3085f0ce6099dd;hp=b3b95efb1b0ee23ad369efb2586bf87fa8edd1e0;hb=c26438ad4a14ece7784c6952694d8984ce32bc1c;hpb=db37d89074ed204c9c2bd010e72f63dcf4725715 diff --git a/fio.h b/fio.h index b3b95efb..334f2036 100644 --- a/fio.h +++ b/fio.h @@ -800,11 +800,6 @@ static inline void td_flags_set(struct thread_data *td, unsigned int *flags, extern const char *fio_get_arch_string(int); extern const char *fio_get_os_string(int); -#ifdef FIO_INTERNAL -#define ARRAY_SIZE(x) (sizeof((x)) / (sizeof((x)[0]))) -#define FIELD_SIZE(s, f) (sizeof(((typeof(s))0)->f)) -#endif - enum { __FIO_OUTPUT_TERSE = 0, __FIO_OUTPUT_JSON = 1,