aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/MatrixXpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MatrixXpr.h')
-rw-r--r--src/MatrixXpr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/MatrixXpr.h b/src/MatrixXpr.h
index 843cb214d..5caf365ed 100644
--- a/src/MatrixXpr.h
+++ b/src/MatrixXpr.h
@@ -123,8 +123,6 @@ template<typename Content> class MatrixXpr
MatrixXpr& operator+=(const MatrixBase<Derived> &matrix);
template<typename Derived>
MatrixXpr& operator-=(const MatrixBase<Derived> &matrix);
-
-
private:
void operator=(const MatrixXpr &other)