From 80de35b6c562bca343fd5933bacc525dc1aeeb39 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Fri, 19 Sep 2014 22:05:18 +0100 Subject: [PATCH] Remove double return statement in PlainObjectBase::_set() --- Eigen/src/Core/PlainObjectBase.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Eigen/src/Core/PlainObjectBase.h b/Eigen/src/Core/PlainObjectBase.h index 3b0e56445..0605e29aa 100644 --- a/Eigen/src/Core/PlainObjectBase.h +++ b/Eigen/src/Core/PlainObjectBase.h @@ -647,7 +647,6 @@ class PlainObjectBase : public internal::dense_xpr_base::type { internal::call_assignment(this->derived(), other.derived()); return this->derived(); - return this->derived(); } /** \internal Like _set() but additionally makes the assumption that no aliasing effect can happen (which