Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
c7d67d8e
Commit
c7d67d8e
authored
Jul 09, 2014
by
Michael Yee
Browse files
Removed another unused typedef to avoid a compiler warning in gcc 4.8.1.
parent
01e8e0fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
dlib/svm/svm.h
dlib/svm/svm.h
+0
-1
No files found.
dlib/svm/svm.h
View file @
c7d67d8e
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment