aboutsummaryrefslogtreecommitdiff
path: root/lib/libtpm/tcgbios.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtpm/tcgbios.c')
-rw-r--r--lib/libtpm/tcgbios.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libtpm/tcgbios.c b/lib/libtpm/tcgbios.c
index ee052e1..8e80811 100644
--- a/lib/libtpm/tcgbios.c
+++ b/lib/libtpm/tcgbios.c
@@ -43,8 +43,6 @@
#define dprintf(_x ...)
#endif
-#define MIN(a, b) ((a) < (b) ? (a) : (b))
-
static struct {
unsigned tpm_probed:1;
unsigned tpm_found:1;