mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Removed unreachible code reported by MS Visual Studio on Windows.
This commit is contained in:
@@ -1830,7 +1830,6 @@ bool cv::gimpl::GStreamingExecutor::pull(cv::GRunArgsP &&outs)
|
||||
default:
|
||||
GAPI_Error("Unsupported cmd type in pull");
|
||||
}
|
||||
GAPI_Error("Unreachable code");
|
||||
}
|
||||
|
||||
bool cv::gimpl::GStreamingExecutor::pull(cv::GOptRunArgsP &&outs)
|
||||
|
||||
Reference in New Issue
Block a user