"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "22cd5eaab6265dfe77005af1d60f9c71b71d3d17"
Commit c573d88e authored by Davis King's avatar Davis King
Browse files

Minor change to avoid compiler warning.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403929
parent 9ea9e092
......@@ -212,7 +212,6 @@ namespace dlib
matrix<T,2,1> rosen_residual_derivative (int i, const matrix<T,2,1>& m)
{
const T x = m(0);
const T y = m(1);
matrix<T,2,1> d;
......
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