From: Mike Frysinger Date: Fri, 24 Sep 2010 01:52:38 +0000 (-0400) Subject: mtd-utils: punt duplicate normsg_cont define X-Git-Tag: v1.4.2~62 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d3ea22379a4f8c2c98d50655547cf2041a3c1c8c;p=mtd-utils.git mtd-utils: punt duplicate normsg_cont define Looks like someone copied & pasted it twice by accident. Signed-off-by: Mike Frysinger Signed-off-by: Artem Bityutskiy --- diff --git a/include/common.h b/include/common.h index f2b7b6b..e87b215 100644 --- a/include/common.h +++ b/include/common.h @@ -47,9 +47,6 @@ extern "C" { #define normsg(fmt, ...) do { \ printf(PROGRAM_NAME ": " fmt "\n", ##__VA_ARGS__); \ } while(0) -#define normsg_cont(fmt, ...) do { \ - printf(PROGRAM_NAME ": " fmt, ##__VA_ARGS__); \ -} while(0) #define normsg_cont(fmt, ...) do { \ printf(PROGRAM_NAME ": " fmt, ##__VA_ARGS__); \ } while(0)