summaryrefslogtreecommitdiff
path: root/src/xact.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/xact.cc')
-rw-r--r--src/xact.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/xact.cc b/src/xact.cc
index 6fb30c3f..fbd3e8bb 100644
--- a/src/xact.cc
+++ b/src/xact.cc
@@ -234,21 +234,6 @@ bool xact_t::valid() const
return true;
}
-#if 0
-xact_context::xact_context(const xact_t& _xact, const string& desc) throw()
- : file_context("", 0, desc), xact(_xact)
-{
- const paths_list& sources(xact.entry->journal->sources);
- std::size_t x = 0;
- foreach (const path& path, sources)
- if (x == xact.entry->src_idx) {
- file = path;
- break;
- }
- line = xact.beg_line;
-}
-#endif
-
void xact_t::add_to_value(value_t& value)
{
if (xdata_ && xdata_->has_flags(XACT_EXT_COMPOUND)) {