Skip to content
Snippets Groups Projects
Commit a1ea4c28 authored by jcarpent's avatar jcarpent
Browse files

[C++] Remove useless typedef leading to warnings

parent 079aabf9
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,6 @@ namespace eigenpy ...@@ -168,7 +168,6 @@ namespace eigenpy
static void construct(PyObject* pyObj, static void construct(PyObject* pyObj,
bp::converter::rvalue_from_python_stage1_data* memory) bp::converter::rvalue_from_python_stage1_data* memory)
{ {
typedef typename MatType::Scalar T;
using namespace Eigen; using namespace Eigen;
PyArrayObject * pyArray = reinterpret_cast<PyArrayObject*>(pyObj); PyArrayObject * pyArray = reinterpret_cast<PyArrayObject*>(pyObj);
......
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