summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/gpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/common/gpt.c')
-rw-r--r--sys/boot/common/gpt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/common/gpt.c b/sys/boot/common/gpt.c
index 8baa64c..7ab3fc6 100644
--- a/sys/boot/common/gpt.c
+++ b/sys/boot/common/gpt.c
@@ -39,8 +39,6 @@ __FBSDID("$FreeBSD$");
#include "util.h"
#include "gpt.h"
-#define MAXTBLENTS 128
-
static struct gpt_hdr hdr_primary, hdr_backup, *gpthdr;
static uint64_t hdr_primary_lba, hdr_backup_lba;
static struct gpt_ent table_primary[MAXTBLENTS], table_backup[MAXTBLENTS];
OpenPOWER on IntegriCloud