From 938c962fafd6e9a62b9da521ba0e1e79700382d0 Mon Sep 17 00:00:00 2001 From: aisha Date: Tue, 27 Aug 2024 13:52:41 +0000 Subject: [PATCH] remove some dead code that wasn't cleaned up ok sashan --- sys/net/pfvar.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index 13c315fb69c..242237714a9 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -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 */ -- 2.20.1