Author: ae
Date: Tue Dec  2 02:41:44 2014
New Revision: 275391
URL: https://svnweb.freebsd.org/changeset/base/275391

Log:
  Remove unused structure declarations.
  
  Sponsored by: Yandex LLC

Modified:
  head/sys/netipsec/ipsec.h

Modified: head/sys/netipsec/ipsec.h
==============================================================================
--- head/sys/netipsec/ipsec.h   Tue Dec  2 02:32:28 2014        (r275390)
+++ head/sys/netipsec/ipsec.h   Tue Dec  2 02:41:44 2014        (r275391)
@@ -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)
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to