Commit 01e8e0fd authored by Davis E. King's avatar Davis E. King

Removed unused typedef to avoid compiler warnings.

parent f3ce1059
......@@ -415,7 +415,6 @@ namespace dlib
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 matrix<sample_type,0,1,mem_manager_type> sample_vector_type;
typedef matrix<scalar_type,0,1,mem_manager_type> scalar_vector_type;
// make sure requires clause is not broken
......
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