Module Name:    src
Committed By:   rillig
Date:           Mon Dec 28 12:56:33 UTC 2020

Modified Files:
        src/usr.bin/xlint/lint1: lint1.h

Log Message:
lint1: remove unused t_field


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/xlint/lint1/lint1.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/xlint/lint1/lint1.h
diff -u src/usr.bin/xlint/lint1/lint1.h:1.31 src/usr.bin/xlint/lint1/lint1.h:1.32
--- src/usr.bin/xlint/lint1/lint1.h:1.31	Mon Mar  4 17:45:16 2019
+++ src/usr.bin/xlint/lint1/lint1.h	Mon Dec 28 12:56:33 2020
@@ -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 @@ struct type {
 
 #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

Reply via email to