From 52a662514d4526eba7a3ba2b3175dad51abc1ecd Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 7 Jun 2019 00:02:02 +0000 Subject: [PATCH] Remove left-over status variables --- stand/efi/boot1/ufs_module.c | 1 - stand/efi/boot1/zfs_module.c | 1 - 2 files changed, 2 deletions(-) diff --git a/stand/efi/boot1/ufs_module.c b/stand/efi/boot1/ufs_module.c index 0545dfef39a..fa0e5fc051a 100644 --- a/stand/efi/boot1/ufs_module.c +++ b/stand/efi/boot1/ufs_module.c @@ -140,7 +140,6 @@ static EFI_STATUS load(const char *filepath, dev_info_t *dev, void **bufp, size_t *bufsize) { ufs_ino_t ino; - EFI_STATUS status; size_t size; ssize_t read; void *buf; diff --git a/stand/efi/boot1/zfs_module.c b/stand/efi/boot1/zfs_module.c index b381605e357..5550879a322 100644 --- a/stand/efi/boot1/zfs_module.c +++ b/stand/efi/boot1/zfs_module.c @@ -144,7 +144,6 @@ load(const char *filepath, dev_info_t *devinfo, void **bufp, size_t *bufsize) struct stat st; int err; void *buf; - EFI_STATUS status; spa = devinfo->devdata;