aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PermutationMatrix.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/PermutationMatrix.h
parent1731a432e70422f608b072062c0da5454998cb46 (diff)
rm useless ctor
Diffstat (limited to 'Eigen/src/Core/PermutationMatrix.h')
-rw-r--r--Eigen/src/Core/PermutationMatrix.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Eigen/src/Core/PermutationMatrix.h b/Eigen/src/Core/PermutationMatrix.h
index 06787a66d..a064e053e 100644
--- a/Eigen/src/Core/PermutationMatrix.h
+++ b/Eigen/src/Core/PermutationMatrix.h
@@ -86,10 +86,6 @@ class PermutationBase : public EigenBase<Derived>
using Base::derived;
#endif
-
-
- inline PermutationBase() {}
-
/** Copies the other permutation into *this */
template<typename OtherDerived>
Derived& operator=(const PermutationBase<OtherDerived>& other)