Remove duplicate testing for cores feature
[xboard.git] / backend.c
index 4db36c3..358e040 100644 (file)
--- 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 */