]> Dogcows Code - chaz/tar/commitdiff
(check_exclusion_tags): Remove declaration of unused local, "ret".
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 26 Aug 2007 08:59:28 +0000 (08:59 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 26 Aug 2007 08:59:28 +0000 (08:59 +0000)
src/create.c

index a9cf981df748827ae5033bf813db1d9f81eb691b..35022364ae436eae4cee5af94ba0ef21eadb885b 100644 (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)
     {
This page took 0.023801 seconds and 4 git commands to generate.