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

View File

@@ -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)