1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Delete obsolete lint comments

ok beck@
This commit is contained in:
guenther 2015-09-27 05:09:01 +00:00
parent aea4406c4f
commit c651476829
2 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: pl_7.c,v 1.10 2014/11/16 04:49:48 guenther Exp $ */
/* $OpenBSD: pl_7.c,v 1.11 2015/09/27 05:09:01 guenther Exp $ */
/* $NetBSD: pl_7.c,v 1.6 1995/04/22 10:37:17 cgd Exp $ */
/*
@ -149,7 +149,6 @@ newturn(n)
(void) alarm(7);
}
/*VARARGS2*/
void
Signal(char *fmt, struct ship *ship, ...)
{
@ -169,7 +168,6 @@ Signal(char *fmt, struct ship *ship, ...)
Scroll();
}
/*VARARGS2*/
void
Msg(char *fmt, ...)
{

View File

@ -1,4 +1,4 @@
/* $OpenBSD: sync.c,v 1.11 2014/11/16 04:49:48 guenther Exp $ */
/* $OpenBSD: sync.c,v 1.12 2015/09/27 05:09:01 guenther Exp $ */
/* $NetBSD: sync.c,v 1.9 1998/08/30 09:19:40 veego Exp $ */
/*
@ -82,7 +82,6 @@ fmtship(buf, len, fmt, ship)
}
/*VARARGS3*/
void
makesignal(struct ship *from, const char *fmt, struct ship *ship, ...)
{