From 7113980706e924eb8ad9ec3e51aed9fd8fbda169 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Thu, 21 Apr 2016 11:57:00 +0200 Subject: [PATCH] [MaL] Remove unused named function argument. --- MathLib/TemplatePoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MathLib/TemplatePoint.h b/MathLib/TemplatePoint.h index d3ad057b1b8..aca3ea2bcac 100644 --- a/MathLib/TemplatePoint.h +++ b/MathLib/TemplatePoint.h @@ -48,7 +48,7 @@ public: /** virtual destructor */ virtual ~TemplatePoint() = default; - TemplatePoint(TemplatePoint const& other) = default; + TemplatePoint(TemplatePoint const&) = default; TemplatePoint& operator=(TemplatePoint const&) = default; /** \brief const access operator -- GitLab