Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2019 23:48:51 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344241 - head/stand/common
Message-ID:  <201902172348.x1HNmpO7067500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902172348.x1HNmpO7067500>