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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user