Browse Source

ERR: Removed unreachable code.

Brad King 22 years ago
parent
commit
84b6583fca
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/kwsys/SystemTools.cxx

+ 0 - 1
Source/kwsys/SystemTools.cxx

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