Remove unnecessary padding

db4
Slava Pestov 2008-05-29 17:33:11 -05:00
parent c525d0057d
commit 4ef0ff1ca1
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ typedef struct _F_BLOCK
/* Used during compaction */
struct _F_BLOCK *forwarding;
/* Alignment padding */
CELL padding[4];
} F_BLOCK;
typedef struct {