summaryrefslogtreecommitdiffstats
path: root/Affinity.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-09-08 17:33:50 +1000
committerNathan Scott <nathans@redhat.com>2020-09-08 17:33:50 +1000
commit8ec5d4a3a07fe9a3c556a4abeac6645a7bb2235e (patch)
tree1efb582b7517e2ec32c892ff2e2ab269ea7e0c47 /Affinity.h
parenteede79b29af116bc568c7f7a1be319f0c1dfd311 (diff)
Further, minor cleanups to headers post-MakeHeaders
Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed.
Diffstat (limited to 'Affinity.h')
-rw-r--r--Affinity.h2
1 files changed, 0 insertions, 2 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy