summaryrefslogtreecommitdiffstats
path: root/Affinity.c
diff options
context:
space:
mode:
Diffstat (limited to 'Affinity.c')
-rw-r--r--Affinity.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/Affinity.c b/Affinity.c
index b6eafcee..3ea45a9b 100644
--- a/Affinity.c
+++ b/Affinity.c
@@ -21,18 +21,6 @@ in the source distribution for its full text.
#include <sched.h>
#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));