chiark / gitweb /
boot-efi: Remove superfluous assignment
authorStefan Beller <stefanbeller@googlemail.com>
Mon, 30 Dec 2013 22:32:22 +0000 (23:32 +0100)
committerKay Sievers <kay@vrfy.org>
Tue, 31 Dec 2013 16:53:30 +0000 (17:53 +0100)
commitb8265d4f8e5cb05c1dacfd3b177c993ef2611723
tree4363fab231fb25eae7e2e561bbd6911e64c5410b
parent34a3baa4dbd8a4032ae74cb5947b9494bf3ec106
boot-efi: Remove superfluous assignment

2 lines after the changed line we assign err to efi_get_variable(...)
unconditionally, so it makes no sense to initialize it to some value.
src/boot/boot-efi.c