mirror of https://github.com/davisking/dlib.git
Removed an unused variable.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404044
This commit is contained in:
parent
f5f69cb379
commit
472279c3db
|
@ -228,7 +228,6 @@ namespace dlib
|
|||
const long num_neg_train_samples = num_neg - num_neg_test_samples;
|
||||
|
||||
|
||||
typename trainer_type::trained_function_type d;
|
||||
sample_vector_type x_test, x_train;
|
||||
scalar_vector_type y_test, y_train;
|
||||
x_test.set_size (num_pos_test_samples + num_neg_test_samples);
|
||||
|
|
Loading…
Reference in New Issue