diff --git a/test/exchange_test.cpp b/test/exchange_test.cpp index b6ddfa6..524d5b7 100644 --- a/test/exchange_test.cpp +++ b/test/exchange_test.cpp @@ -44,8 +44,6 @@ public: return i_; } private: - C2(const C2&); - C2& operator=(const C2&); int i_; };