From: Jens Axboe Date: Wed, 1 Sep 2010 11:55:12 +0000 (+0200) Subject: Remove debug TRIM #error X-Git-Tag: fio-1.44-rc1~14 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=1d7f28e1ba1c7ca20bdc1d48b7fa04f7f1673093;hp=0d29de831183dfd049c97a03008d425ce21e2fa4;ds=inline Remove debug TRIM #error Signed-off-by: Jens Axboe --- 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