diff --git a/include/Matrix.hpp b/include/Matrix.hpp index ff8ad7c8..417e2cc9 100644 --- a/include/Matrix.hpp +++ b/include/Matrix.hpp @@ -58,11 +58,6 @@ class Matrix : public ::Matrix { return *this; } - Matrix& operator=(const Matrix& matrix) { - set(matrix); - return *this; - } - bool operator==(const ::Matrix& other) { return m0 == other.m0 && m1 == other.m1