Remove unused structure declarations.

Sponsored by:	Yandex LLC
This commit is contained in:
Andrey V. Elsukov 2014-12-02 02:41:44 +00:00
parent 0e23cc372d
commit 1fea1b0889
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275391

View File

@ -263,17 +263,6 @@ struct ipsecstat {
#ifdef _KERNEL
#include <sys/counter.h>
struct ipsec_output_state {
struct mbuf *m;
struct route *ro;
struct sockaddr *dst;
};
struct ipsec_history {
int ih_proto;
u_int32_t ih_spi;
};
VNET_DECLARE(int, ipsec_debug);
#define V_ipsec_debug VNET(ipsec_debug)