From e45520127eeec7bb9efc6a7dc9fbced5b82f2b8d Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Sat, 11 Feb 2006 19:11:13 +0900 Subject: [PATCH] --- yaml --- r: 21838 b: refs/heads/master c: bef4a456b8dc8b3638f4d49a25a89e1467da9483 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/libata.h | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/[refs] b/[refs] index 6d8338a42fdb..06f97a856352 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: beec7dbc6ff003bbc94de62b3323519c878fb2ac +refs/heads/master: bef4a456b8dc8b3638f4d49a25a89e1467da9483 diff --git a/trunk/include/linux/libata.h b/trunk/include/linux/libata.h index 695d9ae6ec03..83a1f2ead861 100644 --- a/trunk/include/linux/libata.h +++ b/trunk/include/linux/libata.h @@ -62,16 +62,6 @@ #define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args) -#ifdef ATA_NDEBUG -#define assert(expr) -#else -#define assert(expr) \ - if(unlikely(!(expr))) { \ - printk(KERN_ERR "Assertion failed! %s,%s,%s,line=%d\n", \ - #expr,__FILE__,__FUNCTION__,__LINE__); \ - } -#endif - /* NEW: debug levels */ #define HAVE_LIBATA_MSG 1