lint: remove unused message 40

I had not been used since 1995, when lint was imported to NetBSD.
This commit is contained in:
rillig 2022-04-05 23:13:56 +00:00
parent e6d4541762
commit 9b807e707f
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: err.c,v 1.157 2022/04/02 21:47:04 rillig Exp $ */
/* $NetBSD: err.c,v 1.158 2022/04/05 23:13:56 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
__RCSID("$NetBSD: err.c,v 1.157 2022/04/02 21:47:04 rillig Exp $");
__RCSID("$NetBSD: err.c,v 1.158 2022/04/05 23:13:56 rillig Exp $");
#endif
#include <sys/types.h>
@ -94,7 +94,7 @@ const char *const msgs[] = {
"zero size bit-field", /* 37 */
"function illegal in structure or union", /* 38 */
"zero sized array in struct is a C99 extension: %s", /* 39 */
"unknown size: %s", /* 40 */
"", /* never used */ /* 40 */
"bit-field in union is very unusual", /* 41 */
"forward reference to enum type", /* 42 */
"redefinition hides earlier one: %s", /* 43 */