diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-04 02:23:04 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-04 02:23:04 -0400 |
commit | 946534b102da5bd9bc1e26e1c0f3869dc81457d7 (patch) | |
tree | 8792bf4c369e0e050ae7f80ba23c32bf9b14050a /src/amount.h | |
parent | 45451125e329f47314e24b34425f6da3aab920cd (diff) | |
download | fork-ledger-946534b102da5bd9bc1e26e1c0f3869dc81457d7.tar.gz fork-ledger-946534b102da5bd9bc1e26e1c0f3869dc81457d7.tar.bz2 fork-ledger-946534b102da5bd9bc1e26e1c0f3869dc81457d7.zip |
A little bit of code cleanup
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/amount.h b/src/amount.h index 1ac4b37e..49f33417 100644 --- a/src/amount.h +++ b/src/amount.h @@ -62,7 +62,6 @@ namespace ledger { class commodity_t; class annotation_t; class keep_details_t; -class commodity_pool_t; DECLARE_EXCEPTION(amount_error, std::runtime_error); @@ -514,7 +513,7 @@ public: amount's commodity: commodity() returns an amount's commodity. If the amount has no - commodity, the value returned is `current_pool->null_commodity'. + commodity, the value returned is the `null_commodity'. has_commodity() returns true if the amount has a commodity. |