Skip to content

Commit 50f2c06

Browse files
committed
Remove duplicate #define
Mark Dilger
1 parent 1c5c70d commit 50f2c06

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/include/access/xlogrecord.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,4 @@ typedef struct XLogRecordDataHeaderLong
174174
#define XLR_BLOCK_ID_DATA_SHORT 255
175175
#define XLR_BLOCK_ID_DATA_LONG 254
176176

177-
#define SizeOfXLogRecordDataHeaderLong (sizeof(uint8) + sizeof(uint32))
178-
179-
180177
#endif /* XLOGRECORD_H */

0 commit comments

Comments
 (0)