mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
tools: remove unused ret
Remove unused ret from fw_env_flush. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
20fe38e75a
commit
9e82087cef
1 changed files with 0 additions and 2 deletions
2
tools/env/fw_env.c
vendored
2
tools/env/fw_env.c
vendored
|
@ -505,8 +505,6 @@ int fw_printenv(int argc, char *argv[], int value_only, struct env_opts *opts)
|
|||
|
||||
int fw_env_flush(struct env_opts *opts)
|
||||
{
|
||||
int ret;
|
||||
|
||||
if (!opts)
|
||||
opts = &default_opts;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue