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>
This commit is contained in:
Angel Pons 2020-07-07 22:05:12 +02:00 committed by Michael Niewöhner
parent 5532d93990
commit 649fc6bb8a
1 changed files with 0 additions and 5 deletions

View File

@ -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,