Commit fd932000 authored by Davis King's avatar Davis King

Removed some cruft.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403671
parent 298cdd1e
......@@ -492,7 +492,6 @@ namespace dlib
break;
prev_svm_objective = svm_objective;
std::vector<matrix<scalar_type,0,1, mem_manager_type> > new_basis_elements;
// now add more elements to the basis
unsigned long count = 0;
......@@ -509,7 +508,6 @@ namespace dlib
// vectors already in the basis set.
if (lisf.add(x(idx)))
{
new_basis_elements.push_back(x(idx));
++count;
}
}
......
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