mirror of
https://github.com/accel-ppp/accel-ppp.git
synced 2025-12-20 01:21:49 +08:00
Remove unused definition/struct and function
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
This commit is contained in:
@@ -3,16 +3,10 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct mempool_stat_t
|
||||
{
|
||||
uint32_t allocated;
|
||||
uint32_t available;
|
||||
};
|
||||
|
||||
typedef void * mempool_t;
|
||||
mempool_t *mempool_create(int size);
|
||||
mempool_t *mempool_create2(int size);
|
||||
struct mempool_stat_t mempool_get_stat(void);
|
||||
|
||||
#ifdef MEMDEBUG
|
||||
#include "memdebug.h"
|
||||
|
||||
Reference in New Issue
Block a user