chiark / gitweb /
Prep v221: Update and clean up build system to sync with upstream
[elogind.git] / src / basic / mempool.c
similarity index 98%
rename from src/shared/mempool.c
rename to src/basic/mempool.c
index d5d98d88294d365ec0410fd755996c318d144429..19c0edfa6445f59eb7adc3c44814c9a87848394b 100644 (file)
@@ -90,7 +90,7 @@ void mempool_free_tile(struct mempool *mp, void *p) {
 
 #ifdef VALGRIND
 
-void mempool_drop(struct mempool *mp) {
+// UNNEEDED void mempool_drop(struct mempool *mp) {
         struct pool *p = mp->first_pool;
         while (p) {
                 struct pool *n;