Remove unused structure declarations.

Sponsored by:	Yandex LLC
This commit is contained in:
ae 2014-12-02 02:41:44 +00:00
parent 3bcf1e15f7
commit cac7b140a6

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)