From: Zbigniew Jędrzejewski-Szmek Date: Tue, 28 May 2019 19:40:10 +0000 (+0200) Subject: shared/cpu-set-util: drop now-unused cleanup function X-Git-Tag: v243-rc1~340^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb0d3acf55ef335001cac5dd9c335ec5e75e9b56;p=thirdparty%2Fsystemd.git shared/cpu-set-util: drop now-unused cleanup function --- diff --git a/src/shared/cpu-set-util.h b/src/shared/cpu-set-util.h index fc1aa6b63a7..d1b6814bbac 100644 --- a/src/shared/cpu-set-util.h +++ b/src/shared/cpu-set-util.h @@ -5,9 +5,6 @@ #include "macro.h" -DEFINE_TRIVIAL_CLEANUP_FUNC(cpu_set_t*, CPU_FREE); -#define _cleanup_cpu_free_ _cleanup_(CPU_FREEp) - /* This wraps the libc interface with a variable to keep the allocated size. */ typedef struct CPUSet { cpu_set_t *set;