summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
diff options
context:
space:
mode:
authorAlexander Hall <halex@cvs.openbsd.org>2013-04-04 11:18:04 +0000
committerAlexander Hall <halex@cvs.openbsd.org>2013-04-04 11:18:04 +0000
commit384ca76edde7604a7251f76620259d0f4f115b94 (patch)
tree842ed7ed41067156d90b8b9f532e8a346d550af6 /sys/arch/i386/stand
parent70f76c554e3a91433febb2e1527d71be0e984aa1 (diff)
zap redundant assignments
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r--sys/arch/i386/stand/libsa/softraid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/softraid.c b/sys/arch/i386/stand/libsa/softraid.c
index 105262c5715..566f13f955e 100644
--- a/sys/arch/i386/stand/libsa/softraid.c
+++ b/sys/arch/i386/stand/libsa/softraid.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: softraid.c,v 1.2 2013/01/02 16:20:55 martynas Exp $ */
+/* $OpenBSD: softraid.c,v 1.3 2013/04/04 11:18:03 halex Exp $ */
/*
* Copyright (c) 2012 Joel Sing <jsing@openbsd.org>
@@ -500,7 +500,6 @@ sr_crypto_decrypt_keys(struct sr_boot_volume *bv)
}
printf("Passphrase: ");
- i = 0;
for (i = 0; i < PASSPHRASE_LENGTH - 1; i++) {
c = cngetc();
if (c == '\r' || c == '\n')