Remove left-over status variables

This commit is contained in:
Warner Losh 2019-06-07 00:02:02 +00:00
parent 3b2f2cb8e9
commit 52a662514d
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;