aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pre-process.c
diff options
context:
space:
mode:
Diffstat (limited to 'pre-process.c')
-rw-r--r--pre-process.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pre-process.c b/pre-process.c
index d96035e2..e6becf23 100644
--- a/pre-process.c
+++ b/pre-process.c
@@ -1585,8 +1585,6 @@ static int handle_ifndef(struct stream *stream, struct token **line, struct toke
return preprocessor_if(stream, token, arg);
}
-static const char *show_token_sequence(struct token *token, int quote);
-
/*
* Expression handling for #if and #elif; it differs from normal expansion
* due to special treatment of "defined".