From 808a369ca82e919d53fe5c0534bafc1c06785a27 Mon Sep 17 00:00:00 2001 From: Laszlo Ashin Date: Sun, 25 Jan 2009 19:22:05 +0100 Subject: tag: remove unused variable param This variable doesn't have a role since 80799fa8. --- src/tag.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tag.c b/src/tag.c index 23355c725..faeb03b4a 100644 --- a/src/tag.c +++ b/src/tag.c @@ -76,7 +76,6 @@ void tag_lib_init(void) char *temp; char *s; char *c; - const struct config_param *param; int i; /* parse the "metadata_to_use" config parameter below */ @@ -106,8 +105,8 @@ void tag_lib_init(void) } } if (strlen(c) && i == TAG_NUM_OF_ITEM_TYPES) { - FATAL("error parsing metadata item \"%s\" at " - "line %i\n", c, param->line); + FATAL("error parsing metadata item \"%s\"\n", + c); } s++; c = s; -- cgit v1.2.3