Commit 9f6ad63b authored by Davis King's avatar Davis King

Removed unneeded assert

parent b84e2123
......@@ -496,7 +496,6 @@ namespace dlib
// remove the evaluation request from the incomplete list.
auto i = std::find(info->incomplete_evals.begin(), info->incomplete_evals.end(), req);
DLIB_CASSERT(i != info->incomplete_evals.end());
info->incomplete_evals.erase(i);
}
}
......
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