Skip to content

Commit 270dab9

Browse files
committed
core: comment useless typedef
1 parent 37f9dd6 commit 270dab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void exposeIsApprox() {
2323
EIGENPY_MAKE_TYPEDEFS(Scalar, Options, s, Eigen::Dynamic, X);
2424
EIGENPY_UNUSED_TYPE(VectorXs);
2525
EIGENPY_UNUSED_TYPE(RowVectorXs);
26-
typedef Eigen::SparseMatrix<Scalar, Options> SparseMatrixXs;
26+
// typedef Eigen::SparseMatrix<Scalar, Options> SparseMatrixXs;
2727
typedef typename MatrixXs::RealScalar RealScalar;
2828

2929
using namespace Eigen;

0 commit comments

Comments
 (0)