From 423671679fef3932894b58748d532f06cf0533b2 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 20 May 2016 11:17:37 -0600 Subject: [PATCH] iolog: remove dead define Signed-off-by: Jens Axboe --- iolog.h | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.25.1