Skip to content

Commit ec62d21

Browse files
committed
Fix unused vars in FEN parsing
1 parent 9801bf3 commit ec62d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/position.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Position& Position::set(const Variant* v, const string& fenStr, bool isChess960,
267267
incremented after Black's move.
268268
*/
269269

270-
unsigned char col, row, token;
270+
unsigned char token;
271271
std::istringstream ss(fenStr);
272272

273273
std::memset(this, 0, sizeof(Position));

0 commit comments

Comments
 (0)