Module Name:    src
Committed By:   rillig
Date:           Wed Dec 30 11:43:13 UTC 2020

Modified Files:
        src/usr.bin/xlint/common: param.h

Log Message:
lint: remove unused macro STRBLEN


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/xlint/common/param.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/common/param.h
diff -u src/usr.bin/xlint/common/param.h:1.7 src/usr.bin/xlint/common/param.h:1.8
--- src/usr.bin/xlint/common/param.h:1.7	Wed Dec 30 11:39:55 2020
+++ src/usr.bin/xlint/common/param.h	Wed Dec 30 11:43:13 2020
@@ -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.
  */

Reply via email to