From a0eb52da3fe6b9279591b4aeffff0672369b72a5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 26 Aug 2007 08:59:28 +0000 Subject: [PATCH] (check_exclusion_tags): Remove declaration of unused local, "ret". --- src/create.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/create.c b/src/create.c index a9cf981..3502236 100644 --- a/src/create.c +++ b/src/create.c @@ -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) { -- 2.44.0