efi_loader: unnecessary assignment in efi_queue_event
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 6 Mar 2020 20:56:10 +0000 (21:56 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 11 Mar 2020 07:23:05 +0000 (08:23 +0100)
commit2b8568f461188e8bd14ebe9b6968c56baca7b142
tree1d54c4f6e4ec8ae787fad20c4868d14efeb40609
parent30efb5dd43fdeb6173c61a55b537fcfba2c45f3f
efi_loader: unnecessary assignment in efi_queue_event

The assigned value NULL is never used.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c