]> jfr.im git - irc/rizon/plexus4.git/commitdiff
mempool: fix build on gcc 4.4
authorAdam <redacted>
Fri, 11 Nov 2016 01:04:20 +0000 (20:04 -0500)
committerAdam <redacted>
Fri, 11 Nov 2016 01:04:20 +0000 (20:04 -0500)
src/mempool.c

index 8475c56e563c0f07614a5b52d53643f921fee30d..72c3cbf72c86aee0623b49193e3d0fe4fd6c836e 100644 (file)
@@ -171,7 +171,6 @@ round_to_power_of_2(uint64_t u64)
 /** Smallest memory chunk size that we should allocate. */
 #define MIN_CHUNK 4096
 
-typedef struct mp_allocated_t mp_allocated_t;
 typedef struct mp_chunk_t mp_chunk_t;
 
 /** Holds a single allocated item, allocated as part of a chunk. */