summaryrefslogtreecommitdiff
path: root/src/shared/cpu-set-util.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-05-28 21:40:10 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-05-29 10:29:28 +0200
commitcb0d3acf55ef335001cac5dd9c335ec5e75e9b56 (patch)
tree7a805290a3e5322b6e655b89fd15eff34280105a /src/shared/cpu-set-util.h
parent167a776dbe9d033523bd6881e5a695f2155dc321 (diff)
downloadsystemd-cb0d3acf55ef335001cac5dd9c335ec5e75e9b56.tar.gz
shared/cpu-set-util: drop now-unused cleanup function
Diffstat (limited to 'src/shared/cpu-set-util.h')
-rw-r--r--src/shared/cpu-set-util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/cpu-set-util.h b/src/shared/cpu-set-util.h
index fc1aa6b63a..d1b6814bba 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;