Fixes issue detected by tool.

BUG=N/A

Review URL: https://webrtc-codereview.appspot.com/1189004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3659 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org 2013-03-12 17:36:54 +00:00
parent 6ddb9071a1
commit 23875c1694

View File

@ -380,10 +380,6 @@ bool CpuWindows::Initialize()
{
return false;
}
if (FAILED(hr))
{
return false;
}
if (!CreateWmiConnection())
{