aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-06-06 23:41:34 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-06-06 23:44:58 +0200
commit08256ea9dfd159b3d7ab0eba2eba36afb8025195 (patch)
tree33f8119eb1a741f5c624e43eb4961d054c680af1
parentcadbd1245acecf5d91f07834e2820b0e2a91faf9 (diff)
downloadsparse-08256ea9dfd159b3d7ab0eba2eba36afb8025195.tar.gz
pre-process: remove unneeded declaration of show_token_sequence()
Remove this declaration which follows the definition. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-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".