Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/man man: remove unused global variable 'instype' (si...



details:   https://anonhg.NetBSD.org/src/rev/4deb6e608972
branches:  trunk
changeset: 363388:4deb6e608972
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue Mar 08 23:13:05 2022 +0000

description:
man: remove unused global variable 'instype' (since yesterday)

No functional change.

diffstat:

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

diffs (27 lines):

diff -r 108a65bcddbb -r 4deb6e608972 usr.bin/man/man.c
--- a/usr.bin/man/man.c Tue Mar 08 23:09:36 2022 +0000
+++ b/usr.bin/man/man.c Tue Mar 08 23:13:05 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: man.c,v 1.71 2022/03/08 23:09:36 rillig Exp $  */
+/*     $NetBSD: man.c,v 1.72 2022/03/08 23:13:05 rillig Exp $  */
 
 /*
  * Copyright (c) 1987, 1993, 1994, 1995
@@ -40,7 +40,7 @@
 #if 0
 static char sccsid[] = "@(#)man.c      8.17 (Berkeley) 1/31/95";
 #else
-__RCSID("$NetBSD: man.c,v 1.71 2022/03/08 23:09:36 rillig Exp $");
+__RCSID("$NetBSD: man.c,v 1.72 2022/03/08 23:13:05 rillig Exp $");
 #endif
 #endif /* not lint */
 
@@ -72,7 +72,7 @@
 enum inserttype {
        INS_TAIL,
        INS_HEAD
-} instype;
+};
 
 /*
  * manstate: structure collecting the current global state so we can



Home | Main Index | Thread Index | Old Index