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)            \
 {                                                                      \
                                                                        \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to