summaryrefslogtreecommitdiff
path: root/board/cr50/pinweaver_tpm_imports.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/pinweaver_tpm_imports.c')
-rw-r--r--board/cr50/pinweaver_tpm_imports.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/cr50/pinweaver_tpm_imports.c b/board/cr50/pinweaver_tpm_imports.c
index eec2284dfd..abc1bed872 100644
--- a/board/cr50/pinweaver_tpm_imports.c
+++ b/board/cr50/pinweaver_tpm_imports.c
@@ -8,11 +8,6 @@
#include <Global.h>
#include <util.h>
-uint32_t get_restart_count(void)
-{
- return gp.resetCount;
-}
-
void get_storage_seed(void *buf, size_t *len)
{
*len = MIN(*len, sizeof(gp.SPSeed));