ERR: Removed unreachable code.

This commit is contained in:
Brad King 2003-07-01 13:27:22 -04:00
parent 83aa7b6b0b
commit 84b6583fca
1 changed files with 0 additions and 1 deletions

View File

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