summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/concat-deps.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c
index 87b6f32f9d3e..fec98ee2931f 100644
--- a/solenv/bin/concat-deps.c
+++ b/solenv/bin/concat-deps.c
@@ -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