From 3606cc675c8cfed49091421b7197a3667d5d12cb Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Thu, 10 Mar 2016 19:01:26 +0100 Subject: remove cast of unused variables --- sfeed_opml_import.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sfeed_opml_import.c') diff --git a/sfeed_opml_import.c b/sfeed_opml_import.c index bf1a742..fdee71a 100644 --- a/sfeed_opml_import.c +++ b/sfeed_opml_import.c @@ -25,10 +25,6 @@ static void xml_handler_end_element(XMLParser *p, const char *tag, size_t taglen, int isshort) { - (void)p; - (void)taglen; - (void)isshort; - if (strcasecmp(tag, "outline")) return; @@ -51,11 +47,6 @@ static void xml_handler_attr(XMLParser *p, const char *tag, size_t taglen, const char *name, size_t namelen, const char *value, size_t valuelen) { - (void)p; - (void)taglen; - (void)namelen; - (void)valuelen; - if (strcasecmp(tag, "outline")) return; -- cgit v1.2.3