projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5d94305
)
Remove a gcc warning on an unused variable
author
Marco Costalba
<mcostalba@gmail.com>
Mon, 29 Dec 2008 10:36:11 +0000 (11:36 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Mon, 29 Dec 2008 11:18:23 +0000 (12:18 +0100)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp
patch
|
blob
|
history
diff --git
a/src/search.cpp
b/src/search.cpp
index
15ebbad
..
2fe6a5c
100644
(file)
--- a/
src/search.cpp
+++ b/
src/search.cpp
@@
-449,7
+449,6
@@
void think(const Position &pos, bool infinite, bool ponder, int side_to_move,
// Set thinking time:
int myTime = time[side_to_move];
int myIncrement = increment[side_to_move];
- int oppTime = time[1 - side_to_move];
if (!movesToGo) // Sudden death time control
{