summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-08 14:59:11 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-08 14:59:11 -0500
commit394c7bd8dfbe12e09b7fdee8d5c4072f4336d545 (patch)
tree55a1d3376e1549c4e334c917851c341be6973e0c /src/pool.h
parent55c7792c9329f97dd19fc5aeca466cb2de4fbf9c (diff)
downloadfork-ledger-394c7bd8dfbe12e09b7fdee8d5c4072f4336d545.tar.gz
fork-ledger-394c7bd8dfbe12e09b7fdee8d5c4072f4336d545.tar.bz2
fork-ledger-394c7bd8dfbe12e09b7fdee8d5c4072f4336d545.zip
Removed a bunch of empty comments
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/pool.h b/src/pool.h
index 76257676..7328df9d 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -48,11 +48,6 @@
namespace ledger {
-/**
- * @brief Brief
- *
- * Long.
- */
struct cost_breakdown_t
{
amount_t amount;
@@ -60,11 +55,6 @@ struct cost_breakdown_t
amount_t basis_cost;
};
-/**
- * @brief Brief
- *
- * Long.
- */
class commodity_pool_t : public noncopyable
{
/**