Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet Remove now-unused variable.



details:   https://anonhg.NetBSD.org/src/rev/58e52da45821
branches:  trunk
changeset: 566877:58e52da45821
user:      jonathan <jonathan%NetBSD.org@localhost>
date:      Sun May 23 00:37:27 2004 +0000

description:
Remove now-unused variable.

diffstat:

 sys/netinet/tcp_input.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 4b9e64032c9f -r 58e52da45821 sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c   Sun May 23 00:18:28 2004 +0000
+++ b/sys/netinet/tcp_input.c   Sun May 23 00:37:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_input.c,v 1.206 2004/05/18 14:44:14 itojun Exp $   */
+/*     $NetBSD: tcp_input.c,v 1.207 2004/05/23 00:37:27 jonathan Exp $ */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -148,7 +148,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.206 2004/05/18 14:44:14 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.207 2004/05/23 00:37:27 jonathan Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -2826,9 +2826,6 @@
 
 #ifdef TCP_SIGNATURE
        if (tp->t_flags & TF_SIGNATURE) {
-#ifdef FAST_IPSEC
-               union sockaddr_union dst;
-#endif
 
                sav = tcp_signature_getsav(m, th);
 



Home | Main Index | Thread Index | Old Index