Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Remove unused M_MAXCOMPRESS macro.



details:   https://anonhg.NetBSD.org/src/rev/e7aab2e48497
branches:  trunk
changeset: 832218:e7aab2e48497
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu May 03 08:39:28 2018 +0000

description:
Remove unused M_MAXCOMPRESS macro.

diffstat:

 sys/sys/mbuf.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 04abbc60889b -r e7aab2e48497 sys/sys/mbuf.h
--- a/sys/sys/mbuf.h    Thu May 03 08:14:29 2018 +0000
+++ b/sys/sys/mbuf.h    Thu May 03 08:39:28 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mbuf.h,v 1.203 2018/05/03 08:14:29 maxv Exp $  */
+/*     $NetBSD: mbuf.h,v 1.204 2018/05/03 08:39:28 maxv Exp $  */
 
 /*
  * Copyright (c) 1996, 1997, 1999, 2001, 2007 The NetBSD Foundation, Inc.
@@ -329,7 +329,6 @@
 #define        MHLEN           (MSIZE - offsetof(struct _mbuf_dummy, m_pktdat))
 
 #define        MINCLSIZE       (MHLEN+MLEN+1)  /* smallest amount to put in cluster */
-#define        M_MAXCOMPRESS   (MHLEN / 2)     /* max amount to copy for compression */
 
 /*
  * The *real* struct mbuf



Home | Main Index | Thread Index | Old Index