summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
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
{
/**