stand/efi: remove unused local varaibles
Remove some unused local variables. No functional change. Sponsored by: Netflix
This commit is contained in:
parent
ed56dcfc6b
commit
667419d553
@ -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];
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user