summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
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");
}