Skip to content

Commit e621e81

Browse files
committed
TO BE SQUASHED: Remove the comment as no longer relevant
1 parent b4836b9 commit e621e81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rtos/MemoryPool.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ class MemoryPool : private mbed::NonCopyable<MemoryPool<T, pool_sz> > {
183183

184184
private:
185185
osMemoryPoolId_t _id;
186-
/* osMemoryPoolNew requires that pool block size is a multiple of 4 bytes. */
187186
char _pool_mem[MBED_RTOS_STORAGE_MEM_POOL_MEM_SIZE(pool_sz, sizeof(T))];
188187
mbed_rtos_storage_mem_pool_t _obj_mem;
189188
};

0 commit comments

Comments
 (0)