Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
9f6ad63b
Commit
9f6ad63b
authored
Nov 15, 2017
by
Davis King
Browse files
Removed unneeded assert
parent
b84e2123
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
dlib/global_optimization/global_function_search.cpp
dlib/global_optimization/global_function_search.cpp
+0
-1
No files found.
dlib/global_optimization/global_function_search.cpp
View file @
9f6ad63b
...
@@ -496,7 +496,6 @@ namespace dlib
...
@@ -496,7 +496,6 @@ namespace dlib
// remove the evaluation request from the incomplete list.
// remove the evaluation request from the incomplete list.
auto
i
=
std
::
find
(
info
->
incomplete_evals
.
begin
(),
info
->
incomplete_evals
.
end
(),
req
);
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
);
info
->
incomplete_evals
.
erase
(
i
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment