chiark / gitweb /
cgroup2: use new fstype for unified hierarchy
[elogind.git] / src / basic / mempool.h
index a0d081a698225c2161a010f357801880cc859a97..fea7841bcff8ebe0fd097f6869bfaf59088b39db 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
@@ -45,5 +43,5 @@ struct mempool pool_name = { \
 
 
 #ifdef VALGRIND
-// UNNEEDED void mempool_drop(struct mempool *mp);
+void mempool_drop(struct mempool *mp);
 #endif