From 197da2f2637e6e05955cec0512e96863b0cff5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=BA=D0=BE=D0=B2=20=D0=92=D0=B8=D0=BA?= =?UTF-8?q?=D1=82=D0=BE=D1=80=20=D0=9A=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD?= =?UTF-8?q?=D1=82=D0=B8=D0=BD=D0=BE=D0=B2=D0=B8=D1=87?= <vkmarkov@edu.hse.ru> Date: Thu, 24 Oct 2024 10:39:56 +0300 Subject: [PATCH] Last Fixed 3.0 --- linalg/source/matrix.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/linalg/source/matrix.cpp b/linalg/source/matrix.cpp index d7b8aab..40309a9 100644 --- a/linalg/source/matrix.cpp +++ b/linalg/source/matrix.cpp @@ -87,9 +87,6 @@ Matrix::Matrix(const Matrix& m) noexcept { } } - -Matrix a = d; - /** * @brief Move constructor * @param[in] m The matrix to be moved -- GitLab