Garbage collect more unused stuff.

This commit is contained in:
oster 1999-09-05 03:05:55 +00:00
parent 9c01870db1
commit 83abb87d9a
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_types.h,v 1.5 1999/09/05 02:24:58 oster Exp $ */
/* $NetBSD: rf_types.h,v 1.6 1999/09/05 03:05:55 oster Exp $ */
/*
* rf_types.h
*/
@ -134,11 +134,6 @@ typedef char RF_IoType_t;
#define RF_IO_IS_R_OR_W(_type_) (((_type_) == RF_IO_TYPE_READ) \
|| ((_type_) == RF_IO_TYPE_WRITE))
#ifdef SIMULATE
typedef double RF_TICS_t;
typedef int RF_Owner_t;
#endif /* SIMULATE */
typedef void (*RF_VoidFuncPtr) (void *,...);
typedef RF_uint32 RF_AccessStripeMapFlags_t;