Commit c7d67d8e authored by Michael Yee's avatar Michael Yee

Removed another unused typedef to avoid a compiler warning in gcc 4.8.1.

parent 01e8e0fd
...@@ -413,7 +413,6 @@ namespace dlib ...@@ -413,7 +413,6 @@ namespace dlib
) )
{ {
typedef typename in_scalar_vector_type::value_type scalar_type; typedef typename in_scalar_vector_type::value_type scalar_type;
typedef typename trainer_type::sample_type sample_type;
typedef typename trainer_type::mem_manager_type mem_manager_type; typedef typename trainer_type::mem_manager_type mem_manager_type;
typedef matrix<scalar_type,0,1,mem_manager_type> scalar_vector_type; typedef matrix<scalar_type,0,1,mem_manager_type> scalar_vector_type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment