Angel Pons has uploaded this change for review.

View Change

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>
---
M src/security/tpm/tss/tcg-1.2/tss.c
1 file changed, 0 insertions(+), 5 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/43212/1
diff --git a/src/security/tpm/tss/tcg-1.2/tss.c b/src/security/tpm/tss/tcg-1.2/tss.c
index 4434ca6..30cd1cc 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,

To view, visit change 43212. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifda2bbd87cd8ef5ec8e449d2c4d303be37b4d7c7
Gerrit-Change-Number: 43212
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange