From 84b6583fca3c3b27f41f86e8c27fe9d804112659 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 1 Jul 2003 13:27:22 -0400 Subject: [PATCH] ERR: Removed unreachable code. --- Source/kwsys/SystemTools.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index a2df6e811..038d2fafb 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -1657,7 +1657,6 @@ static int SystemToolsDebugReport(int, char* message, int*) { fprintf(stderr, message); exit(1); - return 0; } void SystemTools::EnableMSVCDebugHook() {