summaryrefslogtreecommitdiff
path: root/src/basic/mempool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/mempool.h')
-rw-r--r--src/basic/mempool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/mempool.h b/src/basic/mempool.h
index a0d081a69..42f473bee 100644
--- a/src/basic/mempool.h
+++ b/src/basic/mempool.h
@@ -45,5 +45,5 @@ struct mempool pool_name = { \
#ifdef VALGRIND
-// UNNEEDED void mempool_drop(struct mempool *mp);
+void mempool_drop(struct mempool *mp);
#endif