summaryrefslogtreecommitdiff
path: root/src/basic/macro.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-06-06 07:37:14 +0200
committerSven Eden <yamakuzure@gmx.net>2018-06-28 09:24:07 +0200
commit68a7eea0b2fbe7d80e8ab53772f0812e5360ef6d (patch)
tree2461cc598cb58cbfd89ef0734d96a5f72d1f48aa /src/basic/macro.h
parent8392491e120ade3e60d06ca805ccb393295b5f51 (diff)
Prep v238: Mask cg_trim() call in manager_shutdown_cgroup() as elogind is not init.
Diffstat (limited to 'src/basic/macro.h')
-rw-r--r--src/basic/macro.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/macro.h b/src/basic/macro.h
index 1c64ea195..3a6fc6f58 100644
--- a/src/basic/macro.h
+++ b/src/basic/macro.h
@@ -423,7 +423,6 @@ static inline unsigned long ALIGN_POWER2(unsigned long u) {
#endif
#endif
-#else
#define DEFINE_TRIVIAL_CLEANUP_FUNC(type, func) \
static inline void func##p(type *p) { \
if (*p) \