From 1d7f28e1ba1c7ca20bdc1d48b7fa04f7f1673093 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 1 Sep 2010 13:55:12 +0200 Subject: [PATCH 1/1] Remove debug TRIM #error Signed-off-by: Jens Axboe --- trim.h | 1 - 1 file changed, 1 deletion(-) diff --git a/trim.h b/trim.h index d0d7a8dc..65846062 100644 --- a/trim.h +++ b/trim.h @@ -31,7 +31,6 @@ static inline int io_u_should_trim(struct thread_data *td, struct io_u *io_u) static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo) { } -#error foo #endif #endif -- 2.25.1