board: 构造和析构函数中不需给变量清零

This commit is contained in:
Calcitem 2020-03-22 21:42:02 +08:00
parent e22f189f67
commit 907534d0c8
1 changed files with 0 additions and 2 deletions

View File

@ -34,12 +34,10 @@ int Board::millTable[SQ_EXPANDED_COUNT][LINE_TYPES_COUNT][N_RINGS - 1] = { {{0}}
Board::Board() Board::Board()
{ {
millListSize = 0;
} }
Board::~Board() Board::~Board()
{ {
millListSize = 0;
} }
Board &Board::operator= (const Board &other) Board &Board::operator= (const Board &other)