From efab60384cfd7e6fd55040a310d38a35ac766334 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sun, 11 Jul 2010 10:39:28 +0200 Subject: [PATCH] Remove duplicate testing for cores feature The testing for this BooleanFeature occurred twice. --- backend.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/backend.c b/backend.c index 4db36c3..358e040 100644 --- a/backend.c +++ b/backend.c @@ -13804,7 +13804,6 @@ ParseFeatures(args, cps) } continue; } - if (BoolFeature(&p, "smp", &cps->maxCores, cps)) continue; /* End of additions by HGM */ /* unknown feature: complain and skip */ -- 1.7.0.4