From 8ec5d4a3a07fe9a3c556a4abeac6645a7bb2235e Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 8 Sep 2020 17:33:50 +1000 Subject: Further, minor cleanups to headers post-MakeHeaders Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed. --- Affinity.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Affinity.h') diff --git a/Affinity.h b/Affinity.h index 8ee158d6..6bdd9750 100644 --- a/Affinity.h +++ b/Affinity.h @@ -14,7 +14,6 @@ in the source distribution for its full text. #else #define HTOP_HWLOC_CPUBIND_FLAG HWLOC_CPUBIND_PROCESS #endif -#elif HAVE_LINUX_AFFINITY #endif #include "Process.h" @@ -27,7 +26,6 @@ typedef struct Affinity_ { int* cpus; } Affinity; - Affinity* Affinity_new(ProcessList* pl); void Affinity_delete(Affinity* this); -- cgit v1.2.3