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
01e8e0fd
"examples/vscode:/vscode.git/clone" did not exist on "ead64de98e2836e7986b6d05d08aaa97b7094614"
Commit
01e8e0fd
authored
Jul 09, 2014
by
Davis E. King
Browse files
Removed unused typedef to avoid compiler warnings.
parent
f3ce1059
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 @
01e8e0fd
...
@@ -415,7 +415,6 @@ namespace dlib
...
@@ -415,7 +415,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
::
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
<
sample_type
,
0
,
1
,
mem_manager_type
>
sample_vector_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
;
// make sure requires clause is not broken
// make sure requires clause is not broken
...
...
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