summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-12 03:30:41 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-12 03:30:41 -0400
commitc8cd2c468e202f07af187590dcdc07935b6918f6 (patch)
tree397504912c30945f3bc607778d3471c1a41ccdd7 /src/xact.h
parentbb243e2c5e68a04d0da4c8c20a74b5b8acf7ecdb (diff)
downloadfork-ledger-c8cd2c468e202f07af187590dcdc07935b6918f6.tar.gz
fork-ledger-c8cd2c468e202f07af187590dcdc07935b6918f6.tar.bz2
fork-ledger-c8cd2c468e202f07af187590dcdc07935b6918f6.zip
Re-enabled some code, and removed a bunch of deadwood.
Diffstat (limited to 'src/xact.h')
-rw-r--r--src/xact.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xact.h b/src/xact.h
index 315c8f21..ed9c630b 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -99,7 +99,7 @@ public:
amount(xact.amount),
cost(xact.cost),
assigned_amount(xact.assigned_amount),
- xdata_(xact.xdata_) // jww (2008-07-19): What are the copy semantics?
+ xdata_(xact.xdata_)
{
TRACE_CTOR(xact_t, "copy");
}