Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint/lint1 lint: remove unused message 40



details:   https://anonhg.NetBSD.org/src/rev/dee5722f7134
branches:  trunk
changeset: 364673:dee5722f7134
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue Apr 05 23:13:56 2022 +0000

description:
lint: remove unused message 40

I had not been used since 1995, when lint was imported to NetBSD.

diffstat:

 usr.bin/xlint/lint1/err.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r acc9f10bbf60 -r dee5722f7134 usr.bin/xlint/lint1/err.c
--- a/usr.bin/xlint/lint1/err.c Tue Apr 05 23:09:19 2022 +0000
+++ b/usr.bin/xlint/lint1/err.c Tue Apr 05 23:13:56 2022 +0000
@@ -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 @@
        "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 */



Home | Main Index | Thread Index | Old Index