From: H.G. Muller Date: Sun, 11 Jul 2010 08:39:28 +0000 (+0200) Subject: Remove duplicate testing for cores feature X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=efab60384cfd7e6fd55040a310d38a35ac766334;p=xboard.git Remove duplicate testing for cores feature The testing for this BooleanFeature occurred twice. --- 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 */