Skip to content
Snippets Groups Projects
Commit af731a9f authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[ML] Remove unused variables.

parent cfdbc66a
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,6 @@ private:
for (std::size_t i = 0; i < imgHeight; i++)
for (std::size_t j = 0; j < imgWidth; j++)
{
std::size_t const idx (i*imgWidth+j);
if (!pix_vis[i*imgWidth+j])
continue;
T val (static_cast<T>(pix_val[i*(imgWidth+1)+j]));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment