summaryrefslogtreecommitdiff
path: root/tests/vboot_detach_menu_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vboot_detach_menu_tests.c')
-rw-r--r--tests/vboot_detach_menu_tests.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/vboot_detach_menu_tests.c b/tests/vboot_detach_menu_tests.c
index 41c89dd5..8f839e9d 100644
--- a/tests/vboot_detach_menu_tests.c
+++ b/tests/vboot_detach_menu_tests.c
@@ -12,7 +12,6 @@
#include "2secdata_struct.h"
#include "host_common.h"
#include "load_kernel_fw.h"
-#include "secdata_tpm.h"
#include "test_common.h"
#include "tss_constants.h"
#include "vboot_api.h"
@@ -126,11 +125,6 @@ static void ResetMocksForManualRecovery(void)
/* Mock functions */
-uint32_t secdata_kernel_lock(struct vb2_context *c)
-{
- return TPM_SUCCESS;
-}
-
struct vb2_gbb_header *vb2_get_gbb(struct vb2_context *c)
{
return &gbb;