summaryrefslogtreecommitdiff
path: root/src/core/pool_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pool_type.hpp')
-rw-r--r--src/core/pool_type.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/pool_type.hpp b/src/core/pool_type.hpp
index e96608bdb..9f4f8d99c 100644
--- a/src/core/pool_type.hpp
+++ b/src/core/pool_type.hpp
@@ -28,9 +28,6 @@ struct PoolBase {
return pools;
}
- /**
- * Clean all pools - calls Pool::CleanPool()
- */
static void CleanAll();
/**
@@ -41,10 +38,6 @@ struct PoolBase {
*PoolBase::GetPools()->Append() = this;
}
- /**
- * Destructor removes this object from the pool vector and
- * deletes the vector itself if this was the last item removed.
- */
~PoolBase();
/**