diff --git a/include/etl/pool.h b/include/etl/pool.h index 1552266b2..86269b32d 100644 --- a/include/etl/pool.h +++ b/include/etl/pool.h @@ -71,7 +71,6 @@ namespace etl //************************************************************************* /// Allocate an object from the pool. - /// Uses the default constructor. /// If asserts or exceptions are enabled and there are no more free items an /// etl::pool_no_allocation if thrown, otherwise a null pointer is returned. /// Static asserts if the specified type is too large for the pool.