aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/common/drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/common/drv.c')
-rw-r--r--sys/boot/i386/common/drv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/i386/common/drv.c b/sys/boot/i386/common/drv.c
index 52933d5d5254..f5133debe982 100644
--- a/sys/boot/i386/common/drv.c
+++ b/sys/boot/i386/common/drv.c
@@ -29,7 +29,6 @@ __FBSDID("$FreeBSD$");
#include "xreadorg.h"
#endif
-#ifdef GPT
static struct edd_params params;
uint64_t
@@ -50,7 +49,6 @@ drvsize(struct dsk *dskp)
}
return (params.sectors);
}
-#endif /* GPT */
#ifndef USE_XREAD
static struct edd_packet packet;