Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/common lint: remove unused macro STRBLEN



details:   https://anonhg.NetBSD.org/src/rev/56c4b2388851
branches:  trunk
changeset: 948742:56c4b2388851
user:      rillig <rillig%NetBSD.org@localhost>
date:      Wed Dec 30 11:43:13 2020 +0000

description:
lint: remove unused macro STRBLEN

diffstat:

 usr.bin/xlint/common/param.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r c41cf2e27234 -r 56c4b2388851 usr.bin/xlint/common/param.h
--- a/usr.bin/xlint/common/param.h      Wed Dec 30 11:39:55 2020 +0000
+++ b/usr.bin/xlint/common/param.h      Wed Dec 30 11:43:13 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.7 2020/12/30 11:39:55 rillig Exp $ */
+/*     $NetBSD: param.h,v 1.8 2020/12/30 11:43:13 rillig Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -32,12 +32,6 @@
  */
 
 /*
- * Minimun size of string buffer. If this is not enough, the buffer
- * is enlarged in steps of STRBLEN bytes.
- */
-#define        STRBLEN         256
-
-/*
  * The size of memory blocks which are used to allocate memory in larger
  * chunks.
  */



Home | Main Index | Thread Index | Old Index