mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
boot/nxboot: remove unused header variable
The header variable in nxboot_perform_update() is no longer used after validate_image() was changed to take only the fd. Signed-off-by: Neil Berkman <neil@xuku.com>
This commit is contained in:
parent
83af0a011e
commit
cb880b7257
1 changed files with 0 additions and 1 deletions
|
|
@ -887,7 +887,6 @@ int nxboot_perform_update(bool check_only)
|
|||
int ret;
|
||||
int primary;
|
||||
struct nxboot_state state;
|
||||
struct nxboot_img_header header;
|
||||
|
||||
ret = nxboot_get_state(&state);
|
||||
if (ret < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue