svn commit: r344241 - head/stand/common

Ian Lepore ian at FreeBSD.org
Sun Feb 17 23:48:52 UTC 2019


Author: ian
Date: Sun Feb 17 23:48:51 2019
New Revision: 344241
URL: https://svnweb.freebsd.org/changeset/base/344241

Log:
  Garbage collection no-longer-used constant.

Modified:
  head/stand/common/disk.c

Modified: head/stand/common/disk.c
==============================================================================
--- head/stand/common/disk.c	Sun Feb 17 23:46:11 2019	(r344240)
+++ head/stand/common/disk.c	Sun Feb 17 23:48:51 2019	(r344241)
@@ -102,7 +102,6 @@ ptblread(void *d, void *buf, size_t blocks, uint64_t o
 	    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 struc
 
 	return (res);
 }
-#undef PWIDTH
 
 int
 disk_print(struct disk_devdesc *dev, char *prefix, int verbose)


More information about the svn-src-head mailing list