From f80394a20254938142011855f2954b3f63fe5909 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Tue, 15 Sep 2020 08:00:00 +0200 Subject: New upstream version 3.0.2 --- Affinity.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Affinity.c') diff --git a/Affinity.c b/Affinity.c index b6eafce..3ea45a9 100644 --- a/Affinity.c +++ b/Affinity.c @@ -21,18 +21,6 @@ in the source distribution for its full text. #include #endif -/*{ -#include "Process.h" -#include "ProcessList.h" - -typedef struct Affinity_ { - ProcessList* pl; - int size; - int used; - int* cpus; -} Affinity; - -}*/ Affinity* Affinity_new(ProcessList* pl) { Affinity* this = xCalloc(1, sizeof(Affinity)); -- cgit v1.2.3