Remove unused FDNUMTOUNIT() macro

This commit is contained in:
phk 2004-02-29 10:21:40 +00:00
parent 0feacd16e3
commit 355cdf2848
4 changed files with 0 additions and 8 deletions

View File

@ -176,8 +176,6 @@ typedef struct fd_data *fd_p;
typedef struct fdc_data *fdc_p;
typedef enum fdc_type fdc_t;
#define FDNUMTOUNIT(n) (((n) & 3) << 6)
/*
* fdc maintains a set (1!) of ivars per child of each controller.
*/

View File

@ -176,8 +176,6 @@ typedef struct fd_data *fd_p;
typedef struct fdc_data *fdc_p;
typedef enum fdc_type fdc_t;
#define FDNUMTOUNIT(n) (((n) & 3) << 6)
/*
* fdc maintains a set (1!) of ivars per child of each controller.
*/

View File

@ -198,8 +198,6 @@ typedef struct fd_data *fd_p;
typedef struct fdc_data *fdc_p;
typedef enum fdc_type fdc_t;
#define FDNUMTOUNIT(n) (((n) & 3) << 6)
/*
* fdc maintains a set (1!) of ivars per child of each controller.
*/

View File

@ -198,8 +198,6 @@ typedef struct fd_data *fd_p;
typedef struct fdc_data *fdc_p;
typedef enum fdc_type fdc_t;
#define FDNUMTOUNIT(n) (((n) & 3) << 6)
/*
* fdc maintains a set (1!) of ivars per child of each controller.
*/