=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/yank.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/mg/yank.c 2021/03/01 10:51:14 1.15 +++ src/usr.bin/mg/yank.c 2023/03/08 04:43:11 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: yank.c,v 1.15 2021/03/01 10:51:14 lum Exp $ */ +/* $OpenBSD: yank.c,v 1.16 2023/03/08 04:43:11 guenther Exp $ */ /* This file is in the public domain. */ @@ -148,7 +148,6 @@ * it kills any text before dot on the current line, then it kills back * abs(arg) lines. */ -/* ARGSUSED */ int killline(int f, int n) { @@ -220,7 +219,6 @@ * bug associated with a yank when dot is on the top line of the window * (nothing moves, because all of the new text landed off screen). */ -/* ARGSUSED */ int yank(int f, int n) {