From a1484d22a6178ee35ab0b78401fa1214c6c8c79d Mon Sep 17 00:00:00 2001
From: dsl <dsl@NetBSD.org>
Date: Mon, 7 Jul 2003 13:30:10 +0000
Subject: [PATCH] Remove 'dosparts' it hasn't been used for a while (if ever).

---
 sys/arch/i386/include/disklabel.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys/arch/i386/include/disklabel.h b/sys/arch/i386/include/disklabel.h
index 76e2c215b477..5ffd41e143ac 100644
--- a/sys/arch/i386/include/disklabel.h
+++ b/sys/arch/i386/include/disklabel.h
@@ -1,4 +1,4 @@
-/*	$NetBSD: disklabel.h,v 1.10 2003/05/10 16:12:04 thorpej Exp $	*/
+/*	$NetBSD: disklabel.h,v 1.11 2003/07/07 13:30:10 dsl Exp $	*/
 
 /*
  * Copyright (c) 1994 Christopher G. Demetriou
@@ -58,7 +58,6 @@
 #ifndef __ASSEMBLER__
 #include <sys/dkbad.h>
 struct cpu_disklabel {
-	struct mbr_partition dosparts[NMBRPART];
 	struct dkbad bad;
 };
 #endif