summaryrefslogtreecommitdiff
path: root/src/security
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-07 22:05:12 +0200
committerMichael Niewöhner <c0d3z3r0@review.coreboot.org>2020-07-09 21:29:16 +0000
commit649fc6bb8ad9b0438b6cf2f0505a93bdf7021386 (patch)
tree07b850380a591f6923a5d3656e5733f6be17033e /src/security
parent5532d93990fbb1d780224d5a971412e19c18fb1b (diff)
downloadcoreboot-649fc6bb8ad9b0438b6cf2f0505a93bdf7021386.tar.xz
security/tpm/tss/tcg-1.2/tss.c: Drop dead code
This code is not even being build-tested. Drop it before it grows moss. Change-Id: Ifda2bbd87cd8ef5ec8e449d2c4d303be37b4d7c7 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43212 Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/security')
-rw-r--r--src/security/tpm/tss/tcg-1.2/tss.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/security/tpm/tss/tcg-1.2/tss.c b/src/security/tpm/tss/tcg-1.2/tss.c
index 4434ca6983..30cd1cc3e9 100644
--- a/src/security/tpm/tss/tcg-1.2/tss.c
+++ b/src/security/tpm/tss/tcg-1.2/tss.c
@@ -21,13 +21,8 @@
#include "tss_internal.h"
#include "tss_commands.h"
-#ifdef FOR_TEST
-#include <stdio.h>
-#define VBDEBUG(format, args...) printf(format, ## args)
-#else
#include <console/console.h>
#define VBDEBUG(format, args...) printk(BIOS_DEBUG, format, ## args)
-#endif
static int tpm_send_receive(const uint8_t *request,
uint32_t request_length,