[Libreoffice-commits] core.git: solenv/bin

Stephan Bergmann sbergman at redhat.com
Mon Sep 30 05:42:38 PDT 2013


 solenv/bin/concat-deps.c |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit c3f5bb3e5b2ef9ed95fe32045f47fb05276d7727
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Sep 30 14:42:12 2013 +0200

    -Werror,-Wunused-function
    
    Change-Id: I55e586fe1d145be139bf1c5b00f434ea31ba50d7

diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c
index 87b6f32..fec98ee 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


More information about the Libreoffice-commits mailing list