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:
Cody Xie 2017-11-20 12:51:01 +08:00 committed by Kever Yang
parent f6762129ce
commit 95a5167379
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ size_t avb_strlen(const char* str) {
void avb_abort(void) {
abort();
return;
}
void avb_print(const char* message) {