Remove duplicate testing for cores feature
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 11 Jul 2010 08:39:28 +0000 (10:39 +0200)
committerArun Persaud <arun@nubati.net>
Wed, 14 Jul 2010 04:25:29 +0000 (21:25 -0700)
The testing for this BooleanFeature occurred twice.

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 */