From: Jens Axboe Date: Fri, 20 May 2016 17:17:37 +0000 (-0600) Subject: iolog: remove dead define X-Git-Tag: fio-2.10~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=423671679fef3932894b58748d532f06cf0533b2;p=fio.git iolog: remove dead define Signed-off-by: Jens Axboe --- diff --git a/iolog.h b/iolog.h index f7ef6229..0da70670 100644 --- a/iolog.h +++ b/iolog.h @@ -44,8 +44,6 @@ enum { #define DEF_LOG_ENTRIES 1024 #define MAX_LOG_ENTRIES (1024 * DEF_LOG_ENTRIES) -#define LOG_QUIESCE_SZ (64 * 1024 * 1024) - struct io_logs { struct flist_head list; uint64_t nr_samples;