remove some dead code that wasn't cleaned up
authoraisha <aisha@openbsd.org>
Tue, 27 Aug 2024 13:52:41 +0000 (13:52 +0000)
committeraisha <aisha@openbsd.org>
Tue, 27 Aug 2024 13:52:41 +0000 (13:52 +0000)
ok sashan

sys/net/pfvar.h

index 13c315f..2422377 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pfvar.h,v 1.538 2024/05/13 01:15:53 jsg Exp $ */
+/*     $OpenBSD: pfvar.h,v 1.539 2024/08/27 13:52:41 aisha Exp $ */
 
 /*
  * Copyright (c) 2001 Daniel Hartmeier
@@ -1034,10 +1034,6 @@ struct pfr_ktable {
 #define pfrkt_nomatch  pfrkt_ts.pfrts_nomatch
 #define pfrkt_tzero    pfrkt_ts.pfrts_tzero
 
-RB_HEAD(pf_state_tree_ext_gwy, pf_state_key);
-RB_PROTOTYPE(pf_state_tree_ext_gwy, pf_state_key,
-    entry_ext_gwy, pf_state_compare_ext_gwy)
-
 RB_HEAD(pfi_ifhead, pfi_kif);
 
 /* state tables */