build/roms: remove unnecessary command
there is no need to return 0 at the end of a function. sh does that anyway Signed-off-by: Leah Rowe <leah@libreboot.org>20240612_branch
parent
5e4009b539
commit
297af7e6d3
|
@ -172,7 +172,6 @@ print_target_name()
|
|||
break
|
||||
fi
|
||||
done
|
||||
return 0
|
||||
}
|
||||
|
||||
skip_board()
|
||||
|
|
Loading…
Reference in New Issue