mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove left-over status variables
This commit is contained in:
parent
3b2f2cb8e9
commit
52a662514d
2 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue