summaryrefslogtreecommitdiff
path: root/firmware/lib/include/vboot_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/vboot_common.h')
-rw-r--r--firmware/lib/include/vboot_common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/lib/include/vboot_common.h b/firmware/lib/include/vboot_common.h
index deaa8d92..a3d1851a 100644
--- a/firmware/lib/include/vboot_common.h
+++ b/firmware/lib/include/vboot_common.h
@@ -47,11 +47,6 @@ enum {
};
extern const char *kVbootErrors[VBOOT_ERROR_MAX];
-/**
- * Return offset of ptr from base.
- */
-uint64_t OffsetOf(const void *base, const void *ptr);
-
/*
* Helper functions to get data pointed to by a public key or signature.
*/