Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/xlint lint: remove unused pathname



details:   https://anonhg.NetBSD.org/src/rev/7a57aea6a917
branches:  trunk
changeset: 1022854:7a57aea6a917
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Aug 09 20:52:24 2021 +0000

description:
lint: remove unused pathname

diffstat:

 usr.bin/xlint/xlint/pathnames.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 17656df25241 -r 7a57aea6a917 usr.bin/xlint/xlint/pathnames.h
--- a/usr.bin/xlint/xlint/pathnames.h   Mon Aug 09 20:49:08 2021 +0000
+++ b/usr.bin/xlint/xlint/pathnames.h   Mon Aug 09 20:52:24 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pathnames.h,v 1.6 2021/01/24 16:55:09 rillig Exp $     */
+/*     $NetBSD: pathnames.h,v 1.7 2021/08/09 20:52:24 rillig Exp $     */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -36,9 +36,6 @@
 #define        PATH_LIBEXEC            "/usr/libexec"
 #endif
 
-/* directory where cc(1) resides */
-#define        PATH_USRBIN             "/usr/bin"
-
 /* default library search path */
 #ifndef PATH_LINTLIB
 #define PATH_LINTLIB           "/usr/libdata/lint"



Home | Main Index | Thread Index | Old Index