diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c index 868a410eb7a..fb8d7c5f223 100644 --- a/usr.bin/fetch/main.c +++ b/usr.bin/fetch/main.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $Id: main.c,v 1.17 1996/08/22 21:30:51 jkh Exp $ */ +/* $Id: main.c,v 1.18 1996/08/22 23:25:24 jkh Exp $ */ #include #include @@ -202,9 +202,6 @@ main(int argc, char **argv) if (mirror && restart) errx(1, "-m and -r are mutually exclusive."); - if ((ftp || http) && linkfile) - warnx("-l flag is meaningless with http or ftp URL specifications"); - output_file_name(); signal(SIGHUP, die);