Remove this declaration which follows the definition. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- pre-process.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pre-process.c b/pre-process.c index d96035e2339f..e6becf233eba 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". -- 2.27.0