diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-16 16:55:18 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-16 16:55:18 -0400 |
commit | d0a664d102bb0886dbaf844b6857749f70702ea3 (patch) | |
tree | 4994ad85c9c743ed13346ba94daea47a389a9bfd /test/unit/t_times.cc | |
parent | 32e2d58d4372f34726b4de59e3b0cdc0540ad474 (diff) | |
download | fork-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_times.cc')
-rw-r--r-- | test/unit/t_times.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/t_times.cc b/test/unit/t_times.cc index f593eeac..af0f1414 100644 --- a/test/unit/t_times.cc +++ b/test/unit/t_times.cc @@ -7,10 +7,8 @@ using namespace ledger; CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(DateTimeTestCase, "util"); void DateTimeTestCase::setUp() { - int x = 1; } void DateTimeTestCase::tearDown() { - int x = 1; } void DateTimeTestCase::testConstructors() |