=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/suff.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/make/suff.c 1998/07/02 20:47:28 1.6 +++ src/usr.bin/make/suff.c 1998/07/02 21:00:05 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: suff.c,v 1.6 1998/07/02 20:47:28 millert Exp $ */ +/* $OpenBSD: suff.c,v 1.7 1998/07/02 21:00:05 millert Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* @@ -43,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)suff.c 8.4 (Berkeley) 3/21/94"; #else -static char rcsid[] = "$OpenBSD: suff.c,v 1.6 1998/07/02 20:47:28 millert Exp $"; +static char rcsid[] = "$OpenBSD: suff.c,v 1.7 1998/07/02 21:00:05 millert Exp $"; #endif #endif /* not lint */ @@ -633,12 +633,6 @@ gn->type = OP_TRANSFORM; (void)SuffParseTransform(line, &s, &t); - /* - * If there is nothing to transform to, *t->name will be NUL. - * The rest is paranoia. - */ - if (!s->name || !t->name || !*s->name || !*t->name) - return(NULL); /* * link the two together in the proper relationship and order