summaryrefslogtreecommitdiff
path: root/sfeed_opml_import.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_opml_import.c')
-rw-r--r--sfeed_opml_import.c9
1 files changed, 0 insertions, 9 deletions
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;