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 lint1: remove unused t_field



details:   https://anonhg.NetBSD.org/src/rev/dacd54791b63
branches:  trunk
changeset: 948380:dacd54791b63
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Dec 28 12:56:33 2020 +0000

description:
lint1: remove unused t_field

diffstat:

 usr.bin/xlint/lint1/lint1.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r effd52d4a497 -r dacd54791b63 usr.bin/xlint/lint1/lint1.h
--- a/usr.bin/xlint/lint1/lint1.h       Mon Dec 28 12:52:45 2020 +0000
+++ b/usr.bin/xlint/lint1/lint1.h       Mon Dec 28 12:56:33 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lint1.h,v 1.31 2019/03/04 17:45:16 christos Exp $ */
+/* $NetBSD: lint1.h,v 1.32 2020/12/28 12:56:33 rillig Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
@@ -174,7 +174,6 @@
 
 #define        t_dim   t_u._t_dim
 #define        t_str   t_u._t_str
-#define        t_field t_u._t_field
 #define        t_enum  t_u._t_enum
 #define        t_args  t_u._t_args
 #define        t_flen  t_b._t_flen



Home | Main Index | Thread Index | Old Index