Module Name: src
Committed By: rillig
Date: Mon Aug 9 20:52:24 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: pathnames.h
Log Message:
lint: remove unused pathname
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/xlint/xlint/pathnames.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/xlint/pathnames.h
diff -u src/usr.bin/xlint/xlint/pathnames.h:1.6 src/usr.bin/xlint/xlint/pathnames.h:1.7
--- src/usr.bin/xlint/xlint/pathnames.h:1.6 Sun Jan 24 16:55:09 2021
+++ src/usr.bin/xlint/xlint/pathnames.h Mon Aug 9 20:52:24 2021
@@ -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"