g/c PARTITIONMASK, it's not used anywhere anymore

This commit is contained in:
jdolecek 2003-10-23 09:01:44 +00:00
parent 52c15bbd20
commit d4312c20e8
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.h,v 1.4 2000/03/18 22:33:05 scw Exp $ */
/* $NetBSD: autoconf.h,v 1.5 2003/10/23 09:01:44 jdolecek Exp $ */
/*
*
@ -45,7 +45,4 @@ extern int bootpart; /* boot partition (disk) */
extern struct device *booted_device; /* boot device */
/* PARTITIONSHIFT from disklabel.h */
#define PARTITIONMASK ((1 << PARTITIONSHIFT) - 1)
#endif /* _MVME68K_AUTOCONF_H */