diff options
| author | Heinrich Schuchardt <[email protected]> | 2021-10-15 02:03:55 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2021-10-21 03:46:04 +0200 |
| commit | 05345425cab4202b356085afcac485614a9b52a9 (patch) | |
| tree | f5f6112625fd86ac4e795dfdf8561177ef5c1e82 /include | |
| parent | fc42b8bb75927e81f5c774e677abb990d23f0c38 (diff) | |
efi_loader: efi_dp_from_lo() unused parameter size
Parameter size is never used in function efi_dp_from_lo(). Remove it.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/efi_loader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h index 6e806f9b0db..3e5ac380424 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -842,7 +842,6 @@ struct efi_load_option { }; struct efi_device_path *efi_dp_from_lo(struct efi_load_option *lo, - efi_uintn_t *size, const efi_guid_t *guid); struct efi_device_path *efi_dp_concat(const struct efi_device_path *dp1, const struct efi_device_path *dp2); |
