=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Attic/random.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/mg/Attic/random.c 2005/11/18 20:56:53 1.15 +++ src/usr.bin/mg/Attic/random.c 2005/11/19 20:16:35 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: random.c,v 1.15 2005/11/18 20:56:53 deraadt Exp $ */ +/* $OpenBSD: random.c,v 1.16 2005/11/19 20:16:35 kjell Exp $ */ /* This file is in the public domain. */ @@ -170,14 +170,12 @@ int newline(int f, int n) { - struct line *lp; int s; if (n < 0) return (FALSE); while (n--) { - lp = curwp->w_dotp; if ((s = lnewline()) != TRUE) return (s); }