From 865b0cf06cb8f6e302a162bde1bd0161a7be069f Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 4 Feb 2007 20:07:07 +0000 Subject: [PATCH] cleanup code: remove unnecessary and useless void cast from void-function skip_string(). --- usr.bin/ctags/C.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index c13e835da3c5..a55895f769ef 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -114,7 +114,7 @@ c_entries(void) */ case '"': case '\'': - (void)skip_string(c); + skip_string(c); break; /*