summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2018-01-31 17:23:22 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-02-07 15:04:20 -0800
commitb2846490c3d027a434d34bffd490bf07b0d38eec (patch)
tree9344bc880c3ea17434fe1a81e36e1bb39a2be446 /tests
parent2fbb522949cd5c7a4f203a90da1bcdbf6057b5ae (diff)
downloadvboot-b2846490c3d027a434d34bffd490bf07b0d38eec.tar.gz
vboot_api: Remove unused VB_SCREEN constants
Some of the defined screens have never been used or we've stopped using them a while ago. Remove the respective constants to make it clearer that callers of the library are not expected to handle them. CQ-DEPEND=CL:903362 BRANCH=None BUG=None TEST=make runtests Change-Id: I82308fc76dc10b2c8b408af7a15a819120043632 Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/902899 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/vboot_api_devmode_tests.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/vboot_api_devmode_tests.c b/tests/vboot_api_devmode_tests.c
index 9e99fc6a..7e67e07d 100644
--- a/tests/vboot_api_devmode_tests.c
+++ b/tests/vboot_api_devmode_tests.c
@@ -244,12 +244,6 @@ VbError_t VbExDisplayScreen(uint32_t screen_type, uint32_t locale)
case VB_SCREEN_DEVELOPER_WARNING:
VB2_DEBUG("VbExDisplayScreen(DEV)\n");
break;
- case VB_SCREEN_DEVELOPER_EGG:
- VB2_DEBUG("VbExDisplayScreen(EGG)\n");
- break;
- case VB_SCREEN_RECOVERY_REMOVE:
- VB2_DEBUG("VbExDisplayScreen(REMOVE)\n");
- break;
case VB_SCREEN_RECOVERY_INSERT:
VB2_DEBUG("VbExDisplayScreen(INSERT)\n");
break;