From db228ed3b9734fad740069b0952b2b10b367cbda Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 17 Feb 2019 23:48:51 +0000 Subject: [PATCH] Garbage collection no-longer-used constant. --- stand/common/disk.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/stand/common/disk.c b/stand/common/disk.c index c008179cb025..560371fb2880 100644 --- a/stand/common/disk.c +++ b/stand/common/disk.c @@ -102,7 +102,6 @@ ptblread(void *d, void *buf, size_t blocks, uint64_t offset) blocks * od->sectorsize, (char *)buf, NULL)); } -#define PWIDTH 35 static int ptable_print(void *arg, const char *pname, const struct ptable_entry *part) { @@ -154,7 +153,6 @@ ptable_print(void *arg, const char *pname, const struct ptable_entry *part) return (res); } -#undef PWIDTH int disk_print(struct disk_devdesc *dev, char *prefix, int verbose)