summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xact.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/xact.cc b/src/xact.cc
index 77d87ae9..eeb487d9 100644
--- a/src/xact.cc
+++ b/src/xact.cc
@@ -789,13 +789,6 @@ void auto_xact_t::extend_xact(xact_base_t& xact,
}
}
-void extend_xact_base(journal_t * journal,
- xact_base_t& base)
-{
- foreach (auto_xact_t * xact, journal->auto_xacts)
- xact->extend_xact(base);
-}
-
void to_xml(std::ostream& out, const xact_t& xact)
{
push_xml x(out, "transaction", true, true);