summaryrefslogtreecommitdiff
path: root/test/unit/t_commodity.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-16 16:55:18 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-16 16:55:18 -0400
commitd0a664d102bb0886dbaf844b6857749f70702ea3 (patch)
tree4994ad85c9c743ed13346ba94daea47a389a9bfd /test/unit/t_commodity.cc
parent32e2d58d4372f34726b4de59e3b0cdc0540ad474 (diff)
downloadfork-ledger-d0a664d102bb0886dbaf844b6857749f70702ea3.tar.gz
fork-ledger-d0a664d102bb0886dbaf844b6857749f70702ea3.tar.bz2
fork-ledger-d0a664d102bb0886dbaf844b6857749f70702ea3.zip
Fixed several unused value and param warnings
Diffstat (limited to 'test/unit/t_commodity.cc')
-rw-r--r--test/unit/t_commodity.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/unit/t_commodity.cc b/test/unit/t_commodity.cc
index 8f57f51a..80e51bcd 100644
--- a/test/unit/t_commodity.cc
+++ b/test/unit/t_commodity.cc
@@ -102,19 +102,13 @@ void CommodityTestCase::testPriceHistory()
void CommodityTestCase::testLots()
{
- // jww (2007-04-17): tbd
- int x = 1;
}
void CommodityTestCase::testScalingBase()
{
- // jww (2007-04-17): tbd
- int x = 1;
}
void CommodityTestCase::testReduction()
{
- // jww (2007-04-17): tbd
- int x = 1;
}