Explorar el Código

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

Sergey Poznyakoff hace 18 años
padre
commit
a0eb52da3f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/create.c

+ 0 - 1
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)
     {