summaryrefslogtreecommitdiff
path: root/test/unit/t_amount.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-25 01:10:05 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-25 01:10:05 -0400
commit79a79766000a6440f651af50cfac3646171e8f0a (patch)
tree1b5a9a419ffd65770fd36ec55f9c0a608e5b1045 /test/unit/t_amount.h
parent1ae1033090faf566f8577cc63ac10a2d4e0e1f7f (diff)
downloadledger-79a79766000a6440f651af50cfac3646171e8f0a.tar.gz
ledger-79a79766000a6440f651af50cfac3646171e8f0a.tar.bz2
ledger-79a79766000a6440f651af50cfac3646171e8f0a.zip
Reorganized Ledger so that it builds as 7 separate libraries. This is mainly
to prove to myself that it has proper decoupling between prior code areas.
Diffstat (limited to 'test/unit/t_amount.h')
-rw-r--r--test/unit/t_amount.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/t_amount.h b/test/unit/t_amount.h
index 2d5a327a..a8310673 100644
--- a/test/unit/t_amount.h
+++ b/test/unit/t_amount.h
@@ -52,8 +52,6 @@ class AmountTestCase : public CPPUNIT_NS::TestCase
CPPUNIT_TEST_SUITE_END();
public:
- ledger::session_t session;
-
AmountTestCase() {}
virtual ~AmountTestCase() {}