X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bceec82f357618356fd209578dfccbbd6b52efba..7a176e87d56de890fed07b1621277ab74b21b706:/generator.c diff --git a/generator.c b/generator.c index da2feac1..fd3dac1f 100644 --- a/generator.c +++ b/generator.c @@ -144,9 +144,7 @@ static BOOL disable_deltas_p(void) assert(whole_file == 0 || whole_file == 1); - /* OK, we don't explicitly handle both whole_file and - * no_whole_file; perhaps somebody will care to add an - * error. */ + /* whole_file and no_whole_file are never both on at the same time */ if (whole_file) return True;