aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Transpositions.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-01-28 11:25:11 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-01-28 11:25:11 +0100
commitd76ed18a9f941eacab40c9c3d143791d109f5cd7 (patch)
tree91bdb83cac4633ae24d3c165a26876feaeb5091f /Eigen/src/Core/Transpositions.h
parent1731a432e70422f608b072062c0da5454998cb46 (diff)
rm useless ctor
Diffstat (limited to 'Eigen/src/Core/Transpositions.h')
-rw-r--r--Eigen/src/Core/Transpositions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Eigen/src/Core/Transpositions.h b/Eigen/src/Core/Transpositions.h
index 928ccb02b..88fdfb222 100644
--- a/Eigen/src/Core/Transpositions.h
+++ b/Eigen/src/Core/Transpositions.h
@@ -71,8 +71,6 @@ class TranspositionsBase
Derived& derived() { return *static_cast<Derived*>(this); }
const Derived& derived() const { return *static_cast<const Derived*>(this); }
- inline TranspositionsBase() {}
-
/** Copies the \a other transpositions into \c *this */
template<typename OtherDerived>
Derived& operator=(const TranspositionsBase<OtherDerived>& other)