X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/24448f741fdd0d77b5a4aa3d3b0201ded4f5518f..b8709f5046cc361526db994ee05e6c2cdaadfd73:/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;