diff options
author | 2004-07-17 03:46:12 +0000 | |
---|---|---|
committer | 2004-07-17 03:46:12 +0000 | |
commit | e3f405653728b72cbdd4ff24a6fc07b94e21ee46 (patch) | |
tree | c52c642c492faa1401a8c8591bec9dbe70e1eb9e | |
parent | Add 'stty <tty> <speed>' line to boot.conf if serial console is (diff) | |
download | wireguard-openbsd-e3f405653728b72cbdd4ff24a6fc07b94e21ee46.tar.xz wireguard-openbsd-e3f405653728b72cbdd4ff24a6fc07b94e21ee46.zip |
Delete unused local vars.
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 4b9675f5554..beb86b750aa 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.345 2004/07/17 03:26:07 krw Exp $ +# $OpenBSD: install.sub,v 1.346 2004/07/17 03:46:12 krw Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2004 Todd Miller, Theo de Raadt, Ken Westerback @@ -319,7 +319,7 @@ isin() { # add first argument to list formed by the remaining arguments # adds to the tail if the element does not already exist addel() { - local _a=$1 _b _seen=false + local _a=$1 shift |