From ec9038b7b4cb2701c3a3b8be56632e7f08e461ac Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Mon, 20 Aug 2012 14:44:30 +0100 Subject: [PATCH] Retire copy c'tor from class Position Not needed. No functional change. Signed-off-by: Marco Costalba --- src/position.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/position.h b/src/position.h index 9528bb71..ed25c090 100644 --- a/src/position.h +++ b/src/position.h @@ -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&); -- 2.39.2