1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Removed unreachible code reported by MS Visual Studio on Windows.

This commit is contained in:
Alexander Smorkalov
2025-10-13 11:53:42 +03:00
parent 24640ec65f
commit 34aee6cb28
6 changed files with 9 additions and 17 deletions
@@ -327,7 +327,6 @@ public:
if (m_curr_frame_id % m_throw_every_nth_frame == 0) {
throw std::logic_error(InvalidSource::exception_msg());
return true;
} else {
d = cv::Mat(m_mat);
}