Remove now unused getsoftc() macro.

This commit is contained in:
tsutsui 2010-04-10 16:12:34 +00:00
parent c018c74bc9
commit 7220c81d93
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: device.h,v 1.4 2009/03/05 13:21:44 tsutsui Exp $ */
/* $NetBSD: device.h,v 1.5 2010/04/10 16:12:34 tsutsui Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman
@ -47,7 +47,4 @@ int matchname(char *, char *);
*/
extern int atari_realconfig;
#define getsoftc(cdnam, unit) device_lookup_private(&(cdnam), (unit))
#endif /* _ATARI_DEVICE_H_ */