removed dead field from TransactionLog

This commit is contained in:
Sears Russell 2006-05-25 22:24:13 +00:00
parent b5d578f4e0
commit 29662b7e06

View file

@ -81,7 +81,6 @@ typedef struct {
int xid;
lsn_t prevLSN;
lsn_t recLSN;
LogHandle lh;
} TransactionLog;
#define LOG_TO_FILE 0