aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2014-09-19 22:05:18 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2014-09-19 22:05:18 +0100
commit80de35b6c562bca343fd5933bacc525dc1aeeb39 (patch)
tree44d47c942b40c7813fd5933d579e5fa928bedc26 /Eigen/src
parent03dd4dd91a5d8963f56eebe3b9d2eb924bc06e02 (diff)
Remove double return statement in PlainObjectBase::_set()
Diffstat (limited to 'Eigen/src')
-rw-r--r--Eigen/src/Core/PlainObjectBase.h1
1 files changed, 0 insertions, 1 deletions
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<Derived>::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