diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2026-01-13 19:32:37 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2026-01-14 06:44:44 +0000 |
| commit | 3a609881c8c8cbd5f4c765b27b8233ab08342309 (patch) | |
| tree | 9e3ce204d42b144dcda90ffef1cffbdc51b2e901 | |
| parent | 098febfcc1559950ebe49e106f25851e7706a018 (diff) | |
pf: remove unused function
pf_qid2qname() was never used. Remove it
Sponsored by: Rubicon Communications, LLC ("Netgate")
| -rw-r--r-- | sys/netpfil/pf/pf_ioctl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/netpfil/pf/pf_ioctl.c b/sys/netpfil/pf/pf_ioctl.c index 5261b6e5ab41..12a2189207f1 100644 --- a/sys/netpfil/pf/pf_ioctl.c +++ b/sys/netpfil/pf/pf_ioctl.c @@ -976,12 +976,6 @@ pf_qname2qid(const char *qname, bool add_new) return (tagname2tag(&V_pf_qids, qname, add_new)); } -static const char * -pf_qid2qname(uint16_t qid) -{ - return (tag2tagname(&V_pf_qids, qid)); -} - static void pf_qid_unref(uint16_t qid) { |
