Garbage collection no-longer-used constant.

This commit is contained in:
Ian Lepore 2019-02-17 23:48:51 +00:00
parent 5b777dbfa5
commit 7827bb1c2c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344241

View File

@ -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)