X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6cd612740f29d483ecedbcd33ae7471e651dcda1..720b47f2611d277684b2ec35d11dc3feedb207fe:/exclude.c diff --git a/exclude.c b/exclude.c index b5b230b9..1c51607f 100644 --- 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,'/')))