Skip to content

Commit 1e0eb6e

Browse files
committed
core: remove useless line
1 parent 27e7add commit 1e0eb6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/eigenpy/details.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,6 @@ namespace eigenpy
398398
static void construct(PyObject* pyObj,
399399
bp::converter::rvalue_from_python_stage1_data* memory)
400400
{
401-
using namespace Eigen;
402-
403401
PyArrayObject * pyArray = reinterpret_cast<PyArrayObject*>(pyObj);
404402
assert((PyArray_DIMS(pyArray)[0]<INT_MAX) && (PyArray_DIMS(pyArray)[1]<INT_MAX));
405403

0 commit comments

Comments
 (0)