summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_api.h
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-06-25 15:12:16 +0800
committerCommit Bot <commit-bot@chromium.org>2019-06-26 14:24:44 +0000
commitb2ba31fcb178d647fc6ac64b3babe8b3ac503c82 (patch)
treececc574b790db526d49cd4a610d9fbde07e7cb37 /firmware/include/vboot_api.h
parent89acb80ff17f73399daf136970903a9fc67d07c3 (diff)
downloadvboot-b2ba31fcb178d647fc6ac64b3babe8b3ac503c82.tar.gz
vboot: remove vboot1-style VbExDebug function
Should use VB2_DEBUG macro instead (which uses vb2ex_printf). BUG=b:124141368 TEST=make clean && make runtests BRANCH=none Change-Id: Ia6da51b597cb02d178ab3906022f1f4075b99a60 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1675864 Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org>
Diffstat (limited to 'firmware/include/vboot_api.h')
-rw-r--r--firmware/include/vboot_api.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/include/vboot_api.h b/firmware/include/vboot_api.h
index 70eaad17..6142cfa7 100644
--- a/firmware/include/vboot_api.h
+++ b/firmware/include/vboot_api.h
@@ -317,12 +317,6 @@ VbError_t VbUnlockDevice(void);
*/
void VbExError(const char *format, ...);
-/**
- * Output a debug message. Supports printf()-style formatting.
- */
-void VbExDebug(const char *format, ...)
- __attribute__ ((format (__printf__, 1, 2)));
-
/*****************************************************************************/
/* Timer and delay (first two from utility.h) */