libavb: Fix compile warning.
Change-Id: I6a36f02348e61c166334221edc157ee8a261253a Signed-off-by: Cody Xie <cody.xie@rock-chips.com> (cherry picked from commit a0e0ea07af830fdf873fb874a7e76264597bca3b)
This commit is contained in:
parent
f6762129ce
commit
95a5167379
|
|
@ -56,7 +56,6 @@ size_t avb_strlen(const char* str) {
|
|||
|
||||
void avb_abort(void) {
|
||||
abort();
|
||||
return;
|
||||
}
|
||||
|
||||
void avb_print(const char* message) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue