diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mempool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/mempool.c b/src/common/mempool.c index 673cf21e8b..91d4db07dc 100644 --- a/src/common/mempool.c +++ b/src/common/mempool.c @@ -140,7 +140,6 @@ struct mp_chunk_t { char mem[1]; /**< Storage for this chunk. (Not actual size.) */ }; - /** Number of extra bytes needed beyond mem_size to allocate a chunk. */ #define CHUNK_OVERHEAD (sizeof(mp_chunk_t)-1) |