main: Drop show_boot_progress() prototype
authorSimon Glass <sjg@chromium.org>
Wed, 18 Mar 2020 15:42:40 +0000 (09:42 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 11 Apr 2020 01:21:06 +0000 (21:21 -0400)
commited49ea90b7621f06a40b2d6089663070e0e7dcb9
tree4e0085bc4ac09045cba48fc964b8b7b86c229299
parenta1f49ab6a1131131c3f7bf3df9af15593888d396
main: Drop show_boot_progress() prototype

This is defined in bootstage.h and is not called in this file anyway. Drop
it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/main.c