]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared/cpu-set-util: drop now-unused cleanup function
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 May 2019 19:40:10 +0000 (21:40 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 29 May 2019 08:29:28 +0000 (10:29 +0200)
src/shared/cpu-set-util.h

index fc1aa6b63a7ddf41573bc6ace3e70e3c2665ad7b..d1b6814bbacde84e8088cd4ee1e4c8cc47616770 100644 (file)
@@ -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;