X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fmempool.c;h=9ee6e6a76d622b36281208b9f4ae8fd9024a4516;hb=893c787a64c37b37e94cdce8e3edcfbc4cbb6984;hp=fd06481399b443ca21b3ec8d80d435046cb39585;hpb=3b22396a4b2767a98172f6915929c47738cb0a1e;p=elogind.git diff --git a/src/basic/mempool.c b/src/basic/mempool.c index fd0648139..9ee6e6a76 100644 --- a/src/basic/mempool.c +++ b/src/basic/mempool.c @@ -20,8 +20,8 @@ along with systemd; If not, see . ***/ -#include "mempool.h" #include "macro.h" +#include "mempool.h" #include "util.h" struct pool { @@ -88,8 +88,6 @@ void mempool_free_tile(struct mempool *mp, void *p) { mp->freelist = p; } -/// UNNEEDED by elogind -#if 0 #ifdef VALGRIND void mempool_drop(struct mempool *mp) { @@ -103,4 +101,3 @@ void mempool_drop(struct mempool *mp) { } #endif -#endif // 0