summaryrefslogtreecommitdiff
path: root/tpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tpm.c')
-rw-r--r--tpm.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tpm.c b/tpm.c
index cacfde7c..26050dd1 100644
--- a/tpm.c
+++ b/tpm.c
@@ -5,14 +5,6 @@
#include "shim.h"
-#define perror(fmt, ...) ({ \
- UINTN __perror_ret = 0; \
- if (!in_protocol) \
- __perror_ret = Print((fmt), ##__VA_ARGS__); \
- __perror_ret; \
- })
-
-
typedef struct {
CHAR16 *VariableName;
EFI_GUID *VendorGuid;