svn commit: r321908 - stable/11/sys/sys
Konstantin Belousov
kib at FreeBSD.org
Wed Aug 2 07:58:38 UTC 2017
Author: kib
Date: Wed Aug 2 07:58:36 2017
New Revision: 321908
URL: https://svnweb.freebsd.org/changeset/base/321908
Log:
MFC r321512:
Mark name_PCTRIE_LOOKUP_LE() generated function unused.
Modified:
stable/11/sys/sys/pctrie.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/sys/pctrie.h
==============================================================================
--- stable/11/sys/sys/pctrie.h Wed Aug 2 05:47:26 2017 (r321907)
+++ stable/11/sys/sys/pctrie.h Wed Aug 2 07:58:36 2017 (r321908)
@@ -76,7 +76,7 @@ name##_PCTRIE_LOOKUP(struct pctrie *ptree, uint64_t ke
return name##_PCTRIE_VAL2PTR(pctrie_lookup(ptree, key)); \
} \
\
-static __inline struct type * \
+static __inline __unused struct type * \
name##_PCTRIE_LOOKUP_LE(struct pctrie *ptree, uint64_t key) \
{ \
\
More information about the svn-src-stable-11
mailing list