Remove redundant/dead code identified by PVS Studio

This commit is contained in:
baldurk
2020-01-21 13:51:31 +00:00
parent 68b9d223b0
commit baac06ca93
20 changed files with 12 additions and 151 deletions
-1
View File
@@ -1548,7 +1548,6 @@ rdcpair<ReplayStatus, IReplayController *> RemoteServer::OpenCapture(
if(proxyid != ~0U && proxyid >= m_Proxies.size())
{
RDCERR("Invalid proxy driver id %d specified for remote renderer", proxyid);
ret.first = ReplayStatus::InternalError;
return ret;
}