Browse Source

tdb: remove seqnum field from header
Unused since " tdb: no longer need seqnum store hack as we can read after prepare."

Rusty Russell 16 years ago
parent
commit
b7f7224b32
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ccan/tdb/tdb_private.h

+ 0 - 1
ccan/tdb/tdb_private.h

@@ -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;
 };