mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
expo: Drop scene_title_set()
This function is really just an assignment, so serves no useful purpose. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -151,7 +151,7 @@ static int expo_scene(struct unit_test_state *uts)
|
||||
scn = NULL;
|
||||
id = scene_new(exp, SCENE_NAME2, 0, &scn);
|
||||
ut_assertnonnull(scn);
|
||||
ut_assertok(scene_title_set(scn, title_id));
|
||||
scn->title_id = title_id;
|
||||
ut_asserteq(STR_SCENE_TITLE + 1, id);
|
||||
ut_asserteq(STR_SCENE_TITLE + 2, exp->next_id);
|
||||
ut_asserteq_ptr(exp, scn->expo);
|
||||
|
||||
Reference in New Issue
Block a user