ERR: Removed unreachable code.
This commit is contained in:
parent
83aa7b6b0b
commit
84b6583fca
|
@ -1657,7 +1657,6 @@ static int SystemToolsDebugReport(int, char* message, int*)
|
||||||
{
|
{
|
||||||
fprintf(stderr, message);
|
fprintf(stderr, message);
|
||||||
exit(1);
|
exit(1);
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
void SystemTools::EnableMSVCDebugHook()
|
void SystemTools::EnableMSVCDebugHook()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue