(check_exclusion_tags): Remove declaration of unused local, "ret".

This commit is contained in:
Sergey Poznyakoff
2007-08-26 08:59:28 +00:00
parent 87ac3207fb
commit a0eb52da3f

View File

@@ -78,7 +78,6 @@ check_exclusion_tags (char *dirname, const char **tag_file_name)
struct exclusion_tag *tag;
size_t dlen = strlen (dirname);
char *nptr = NULL;
char *ret = NULL;
for (tag = exclusion_tags; tag; tag = tag->next)
{