Remove duplicate #define

Mark Dilger
This commit is contained in:
Heikki Linnakangas 2014-12-13 18:21:25 +02:00
parent 1c5c70df45
commit 50f2c0687f
1 changed files with 0 additions and 3 deletions

View File

@ -174,7 +174,4 @@ typedef struct XLogRecordDataHeaderLong
#define XLR_BLOCK_ID_DATA_SHORT 255
#define XLR_BLOCK_ID_DATA_LONG 254
#define SizeOfXLogRecordDataHeaderLong (sizeof(uint8) + sizeof(uint32))
#endif /* XLOGRECORD_H */