Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2023 22:14:03 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 9c621f09dda5 - stable/13 - stand/efi: remove unused local varaibles
Message-ID:  <202301242214.30OME381089286@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=9c621f09dda5eb934069c32d1f0e564611d65784

commit 9c621f09dda5eb934069c32d1f0e564611d65784
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-12-07 00:42:48 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:44 +0000

    stand/efi: remove unused local varaibles
    
    Remove some unused local variables. No functional change.
    
    Sponsored by:           Netflix
    
    (cherry picked from commit 667419d55313619807b07b1bff1b206fb5d9edbb)
---
 stand/efi/loader/main.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
index 85c545e0e72f..57a9769f6024 100644
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -702,8 +702,7 @@ interactive_interrupt(const char *msg)
 static int
 parse_args(int argc, CHAR16 *argv[])
 {
-	int i, j, howto;
-	bool vargood;
+	int i, howto;
 	char var[128];
 
 	/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301242214.30OME381089286>