went to full non-blocking writes for the send_files() process
[rsync/rsync.git] / exclude.c
index b5b230b..1c51607 100644 (file)
--- a/exclude.c
+++ b/exclude.c
@@ -35,7 +35,6 @@ static int is_regex(char *str)
 
 static int check_one_exclude(char *name,char *pattern)
 {
-  char *str;
   char *p;
 
   if (!strchr(pattern,'/') && (p=strrchr(name,'/')))