summaryrefslogtreecommitdiff
path: root/sys/net/pfvar.h
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2007-08-31 12:37:51 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2007-08-31 12:37:51 +0000
commitd9087f777bf279916fc35e81fea580d41e862b35 (patch)
treebf929817eaa73f1d3528e7fa1aacf46cf881cf44 /sys/net/pfvar.h
parent01ec6677ec3236cae26b44fe3fddb8528c70f37c (diff)
zap unused "pf_tag" structure.
ok henning@
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r--sys/net/pfvar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index db3229c5267..bee6633947e 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.256 2007/08/30 13:07:06 henning Exp $ */
+/* $OpenBSD: pfvar.h,v 1.257 2007/08/31 12:37:50 thib Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1275,10 +1275,6 @@ struct pf_altq {
u_int32_t qid; /* return value */
};
-struct pf_tag {
- u_int16_t tag; /* tag id */
-};
-
struct pf_tagname {
TAILQ_ENTRY(pf_tagname) entries;
char name[PF_TAG_NAME_SIZE];