-Werror,-Wunused-function
Change-Id: I55e586fe1d145be139bf1c5b00f434ea31ba50d7
This commit is contained in:
@@ -258,16 +258,6 @@ void* data;
|
||||
}
|
||||
|
||||
|
||||
static inline void pool_free(struct pool* pool, void* data)
|
||||
{
|
||||
assert(pool && data);
|
||||
|
||||
/* stack on top of the free list */
|
||||
*(void**)data = pool->head_free;
|
||||
pool->head_free = data;
|
||||
}
|
||||
|
||||
|
||||
/* ===============================================
|
||||
* Hash implementation custumized to be just tracking
|
||||
* a unique list of string (i.e no data associated
|
||||
|
Reference in New Issue
Block a user