aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-04-04 10:23:46 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:23 +0100
commit91f002a61a483d33285bc7606e3ad5702dcf4460 (patch)
tree86ca8f86f5067514e4313856cc3626f0d3d5069b /src
parent894f2241f244a7cfd0687d58acffef12a83190ab (diff)
Don't say that the CPU affinity calculation succeeded
Diffstat (limited to 'src')
-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);
-
}
}