iolog: remove dead define
authorJens Axboe <axboe@fb.com>
Fri, 20 May 2016 17:17:37 +0000 (11:17 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 20 May 2016 17:17:37 +0000 (11:17 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
iolog.h

diff --git a/iolog.h b/iolog.h
index f7ef6229ed08a5c92ace84e2e8e45f4633987e2e..0da70670c796ef1e8685394d88bb455a843d917b 100644 (file)
--- 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;