From b7f7224b320e4659d0e2d9eba503a1713ede3b48 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 29 Sep 2009 11:51:28 +0930 Subject: [PATCH] tdb: remove seqnum field from header Unused since " tdb: no longer need seqnum store hack as we can read after prepare." --- ccan/tdb/tdb_private.h | 1 - 1 file changed, 1 deletion(-) 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; }; -- 2.39.2