efi/boot.c: Remove unused-but-set variable
authorMichal Orzel <michal.orzel@arm.com>
Wed, 27 Apr 2022 09:49:35 +0000 (11:49 +0200)
committerStefano Stabellini <stefano.stabellini@xilinx.com>
Wed, 27 Apr 2022 22:20:33 +0000 (15:20 -0700)
commit9b4f9b9af235e21568f8882e8137397af7f86414
tree8f26fe6ed4902ba2a9a1f91a442a059d1d8ecdef
parent2a2de68a60f4ff8f322c0ad7873c1e6048c6fca4
efi/boot.c: Remove unused-but-set variable

Function efi_start defines and sets a variable size but does not
make use of it. Remove this variable.

Signed-off-by: Michal Orzel <michal.orzel@arm.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/common/efi/boot.c