From a1ea4c28c75aa0a3aba06870d88ba3ab25ff3044 Mon Sep 17 00:00:00 2001
From: jcarpent <jcarpent@laas.fr>
Date: Sun, 27 Dec 2015 11:53:54 +0100
Subject: [PATCH] [C++] Remove useless typedef leading to warnings

---
 src/details.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/details.hpp b/src/details.hpp
index 467ce71d..0cef1a37 100644
--- a/src/details.hpp
+++ b/src/details.hpp
@@ -168,7 +168,6 @@ namespace eigenpy
     static void construct(PyObject* pyObj,
 			  bp::converter::rvalue_from_python_stage1_data* memory)
     {
-      typedef typename MatType::Scalar T;
       using namespace Eigen;
 
       PyArrayObject * pyArray = reinterpret_cast<PyArrayObject*>(pyObj);
-- 
GitLab