Remove unnecessary padding
parent
c525d0057d
commit
4ef0ff1ca1
|
@ -17,9 +17,6 @@ typedef struct _F_BLOCK
|
||||||
|
|
||||||
/* Used during compaction */
|
/* Used during compaction */
|
||||||
struct _F_BLOCK *forwarding;
|
struct _F_BLOCK *forwarding;
|
||||||
|
|
||||||
/* Alignment padding */
|
|
||||||
CELL padding[4];
|
|
||||||
} F_BLOCK;
|
} F_BLOCK;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue