Bug 796526 - stop spewing errors re SysGetModuleInfo64 in debug builds. r=dbaron

This commit is contained in:
Mark Hammond 2012-10-16 11:26:35 +11:00
parent 0c1b7aeb25
commit d269de95a9

View File

@ -652,8 +652,6 @@ BOOL SymGetModuleInfoEspecial64(HANDLE aProcess, DWORD64 aAddr, PIMAGEHLP_MODULE
* If it fails, then well, we have other problems.
*/
retval = SymGetModuleInfo64(aProcess, aAddr, aModuleInfo);
if (!retval)
PrintError("SymGetModuleInfo64");
}
}