chiark / gitweb /
Prep v221: Update and clean up build system to sync with upstream
[elogind.git] / src / basic / mempool.h
similarity index 96%
rename from src/shared/mempool.h
rename to src/basic/mempool.h
index 42f473bee10e0291bbef952be2abfb079ed8c117..a0d081a698225c2161a010f357801880cc859a97 100644 (file)
@@ -45,5 +45,5 @@ struct mempool pool_name = { \
 
 
 #ifdef VALGRIND
-void mempool_drop(struct mempool *mp);
+// UNNEEDED void mempool_drop(struct mempool *mp);
 #endif