Remove unused FDNUMTOUNIT() macro
This commit is contained in:
parent
0feacd16e3
commit
355cdf2848
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user