Skip to content
Snippets Groups Projects
Verified Commit def0749a authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: remove useless line

parent 89d7fa02
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,6 @@ namespace eigenpy ...@@ -245,7 +245,6 @@ namespace eigenpy
{ {
static PyObject* convert(MatType const & mat) static PyObject* convert(MatType const & mat)
{ {
typedef typename MatType::Scalar T;
typedef typename MatType::Scalar Scalar; typedef typename MatType::Scalar Scalar;
assert( (mat.rows()<INT_MAX) && (mat.cols()<INT_MAX) assert( (mat.rows()<INT_MAX) && (mat.cols()<INT_MAX)
&& "Matrix range larger than int ... should never happen." ); && "Matrix range larger than int ... should never happen." );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment