From 6f56a7443fea165c73d00029437530d567556994 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 12 Jun 2010 21:39:36 -0400 Subject: Removed an unused function --- src/xact.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/xact.cc') 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); -- cgit v1.2.3