mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Retire copy c'tor from class Position
Not needed. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
ab65d3fd0e
commit
ec9038b7b4
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ struct ReducedStateInfo {
|
|||
class Position {
|
||||
public:
|
||||
Position() {}
|
||||
Position(const Position& p) { *this = p; }
|
||||
Position(const Position& p, Thread* t) { *this = p; thisThread = t; }
|
||||
Position(const std::string& f, bool c960, Thread* t) { from_fen(f, c960, t); }
|
||||
Position& operator=(const Position&);
|
||||
|
|
Loading…
Add table
Reference in a new issue