chiark / gitweb /
tree-wide: drop 'This file is part of systemd' blurb
[elogind.git] / src / basic / mempool.c
index 4be4a3d38eb4b0f38937d9275812951a3ea37e15..5792ca972fcd30d15faea5136f2df8be0495486a 100644 (file)
@@ -1,7 +1,5 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /***
-  This file is part of systemd.
-
   Copyright 2010-2014 Lennart Poettering
   Copyright 2014 Michal Schmidt
 ***/
@@ -76,7 +74,7 @@ void mempool_free_tile(struct mempool *mp, void *p) {
         mp->freelist = p;
 }
 
-#ifdef VALGRIND
+#if VALGRIND
 
 void mempool_drop(struct mempool *mp) {
         struct pool *p = mp->first_pool;