Remove 'dosparts' it hasn't been used for a while (if ever).

This commit is contained in:
dsl 2003-07-07 13:30:10 +00:00
parent d38f6f3115
commit a1484d22a6

View File

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