From: Rusty Russell Date: Tue, 29 Sep 2009 02:21:28 +0000 (+0930) Subject: tdb: remove seqnum field from header X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=b7f7224b320e4659d0e2d9eba503a1713ede3b48;ds=sidebyside tdb: remove seqnum field from header Unused since " tdb: no longer need seqnum store hack as we can read after prepare." --- diff --git a/ccan/tdb/tdb_private.h b/ccan/tdb/tdb_private.h index ef85385c..6da29fa6 100644 --- a/ccan/tdb/tdb_private.h +++ b/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; };