Commit b7f7224b authored by Rusty Russell's avatar Rusty Russell

tdb: remove seqnum field from header

Unused since " tdb: no longer need seqnum store hack as we can read after prepare."
parent f3948bf8
......@@ -231,7 +231,6 @@ struct tdb_context {
int transaction_lock_count;
#ifdef TDB_TRACE
int tracefd;
uint32_t transaction_prepare_seqnum;
#endif
volatile sig_atomic_t *interrupt_sig_ptr;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment