Skip to content

Commit

Permalink
efi: fix warning about unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Gault <sylvain.gault@gmail.com>
  • Loading branch information
Sylvain Gault committed Aug 26, 2015
1 parent f750b77 commit 9c8186b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion efi/pxe.c
Expand Up @@ -96,7 +96,6 @@ void net_parse_dhcp(void)
uint8_t hardlen;
uint32_t ip;
char dst[256];
UINTN i = 0;

status = uefi_call_wrapper(BS->HandleProtocol, 3, image_device_handle,
&PxeBaseCodeProtocol, (void **)&bc);
Expand Down

0 comments on commit 9c8186b

Please sign in to comment.