Source-Changes-HG archive

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

[src/trunk]: src/tests/net/ipsec Remove a unused local variable



details:   https://anonhg.NetBSD.org/src/rev/601cf4904fed
branches:  trunk
changeset: 824317:601cf4904fed
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Jun 01 03:51:47 2017 +0000

description:
Remove a unused local variable

diffstat:

 tests/net/ipsec/t_ipsec_misc.sh |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 4c2874355b28 -r 601cf4904fed tests/net/ipsec/t_ipsec_misc.sh
--- a/tests/net/ipsec/t_ipsec_misc.sh   Thu Jun 01 03:51:08 2017 +0000
+++ b/tests/net/ipsec/t_ipsec_misc.sh   Thu Jun 01 03:51:47 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ipsec_misc.sh,v 1.4 2017/05/24 09:34:48 ozaki-r Exp $
+#      $NetBSD: t_ipsec_misc.sh,v 1.5 2017/06/01 03:51:47 ozaki-r Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -167,7 +167,6 @@
        local algo=$2
        local ip_local=fd00::1
        local ip_peer=fd00::2
-       local tmpfile=./tmp
        local outfile=./out
        local proto_cap=$(echo $proto | tr 'a-z' 'A-Z')
        local algo_args="$(generate_algo_args $proto $algo)"



Home | Main Index | Thread Index | Old Index