From 6b4a64167cd06492817284a5740f4f56fa044ef3 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 31 Jul 2011 14:51:49 +0400 Subject: [PATCH] preproc: Drop emitting() rudimanet Signed-off-by: Cyrill Gorcunov --- preproc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/preproc.c b/preproc.c index 835ad3e6..63b0c61e 100644 --- a/preproc.c +++ b/preproc.c @@ -324,7 +324,6 @@ enum { */ COND_DONE, COND_NEVER }; -#define emitting(x) ( (x) == COND_IF_TRUE || (x) == COND_ELSE_TRUE ) /* * These defines are used as the possible return values for do_directive