From 08256ea9dfd159b3d7ab0eba2eba36afb8025195 Mon Sep 17 00:00:00 2001 From: Luc Van Oostenryck Date: Sat, 6 Jun 2020 23:41:34 +0200 Subject: pre-process: remove unneeded declaration of show_token_sequence() Remove this declaration which follows the definition. Signed-off-by: Luc Van Oostenryck --- pre-process.c | 2 -- 1 file changed, 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". -- cgit 1.2.3-korg