projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fb340bb
)
Remove duplicate testing for cores feature
author
H.G. Muller
<h.g.muller@hccnet.nl>
Sun, 11 Jul 2010 08:39:28 +0000 (10:39 +0200)
committer
Arun Persaud
<arun@nubati.net>
Wed, 14 Jul 2010 04:25:29 +0000 (21:25 -0700)
The testing for this BooleanFeature occurred twice.
backend.c
patch
|
blob
|
history
diff --git
a/backend.c
b/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 */