aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/thread-pool.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/thread-pool.c b/src/thread-pool.c
index 133cbfcf..dc041d2d 100644
--- a/src/thread-pool.c
+++ b/src/thread-pool.c
@@ -67,10 +67,6 @@ static void set_affinity(int n, int cpu_num, int cpu_groupsize, int cpu_offset)
/* Cannot use ERROR() just yet */
fprintf(stderr, "%i: Failed to set CPU affinity.\n", n);
- } else {
-
- fprintf(stderr, "%i: Successfully set CPU affinity.\n", n);
-
}
}