From: Sascha Wildner Date: Sat, 14 Jan 2012 22:58:55 +0000 (+0100) Subject: hptiop(4): Remove an unused define. X-Git-Tag: v3.0.0~60 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/e772aca82927c23cbd2add88d5e3e8aed193b2de hptiop(4): Remove an unused define. --- diff --git a/sys/dev/raid/hptiop/hptiop.h b/sys/dev/raid/hptiop/hptiop.h index cb62340..b2eec98 100644 --- a/sys/dev/raid/hptiop/hptiop.h +++ b/sys/dev/raid/hptiop/hptiop.h @@ -33,10 +33,8 @@ #ifdef DBG int hpt_iop_dbg_level = 0; #define KdPrint(x) do { if (hpt_iop_dbg_level) kprintf x; } while (0) -#define HPT_ASSERT(x) assert(x) #else #define KdPrint(x) -#define HPT_ASSERT(x) #endif #define HPT_SRB_MAX_REQ_SIZE 600