aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/libefi
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2019-11-16 08:16:50 +0000
committerToomas Soome <tsoome@FreeBSD.org>2019-11-16 08:16:50 +0000
commit182d1b713332760d663a7c276e1077198f7c6fbb (patch)
tree80ff509b48ae52e48ac47194eb7e529bc7d6544d /stand/efi/libefi
parent9b461fa36e2e1142d86aae071f927b5588292dec (diff)
downloadsrc-182d1b713332760d663a7c276e1077198f7c6fbb.tar.gz
src-182d1b713332760d663a7c276e1077198f7c6fbb.zip
loader: remove unused variable from efipart.c
Notes
Notes: svn path=/head/; revision=354766
Diffstat (limited to 'stand/efi/libefi')
-rw-r--r--stand/efi/libefi/efipart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/efi/libefi/efipart.c b/stand/efi/libefi/efipart.c
index a1f085c991b8..d1672ad85a55 100644
--- a/stand/efi/libefi/efipart.c
+++ b/stand/efi/libefi/efipart.c
@@ -554,7 +554,7 @@ efipart_hdinfo_add_node(pdinfo_t *hd, EFI_DEVICE_PATH *node)
static void
efipart_hdinfo_add(pdinfo_t *hd, EFI_DEVICE_PATH *node)
{
- pdinfo_t *pd, *last;
+ pdinfo_t *last;
if (efipart_hdinfo_add_node(hd, node))
return;