mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Retire one implementation of pop_lsb()
We have two implementations that are equivalent, so retire one. Plus usual tidy up of comments and code reshuffle. No functional change.
This commit is contained in:
@@ -35,7 +35,7 @@ int main(int argc, char* argv[]) {
|
||||
UCI::init(Options);
|
||||
Bitboards::init();
|
||||
Position::init();
|
||||
Bitbases::init_kpk();
|
||||
Bitbases::init();
|
||||
Search::init();
|
||||
Eval::init();
|
||||
Pawns::init();
|
||||
|
||||
Reference in New Issue
Block a user