linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd-utils: punt duplicate normsg_cont define
@ 2010-09-24  1:52 Mike Frysinger
  2010-09-24 12:25 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2010-09-24  1:52 UTC (permalink / raw)
  To: linux-mtd

Looks like someone copied & pasted it twice by accident.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 include/common.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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)
-- 
1.7.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-24 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24  1:52 [PATCH] mtd-utils: punt duplicate normsg_cont define Mike Frysinger
2010-09-24 12:25 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).