From 91f002a61a483d33285bc7606e3ad5702dcf4460 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 4 Apr 2011 10:23:46 +0200 Subject: Don't say that the CPU affinity calculation succeeded --- src/thread-pool.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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); - } } -- cgit v1.2.3