summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-07-01 17:27:22 (GMT)
committerBrad King <brad.king@kitware.com>2003-07-01 17:27:22 (GMT)
commit84b6583fca3c3b27f41f86e8c27fe9d804112659 (patch)
treeadbc0f85c0f004c5efd35bbded9dcd9f792e30ce /Source
parent83aa7b6b0b322a8dd3a25dcfd3ad61043ea9ba20 (diff)
downloadCMake-84b6583fca3c3b27f41f86e8c27fe9d804112659.zip
CMake-84b6583fca3c3b27f41f86e8c27fe9d804112659.tar.gz
CMake-84b6583fca3c3b27f41f86e8c27fe9d804112659.tar.bz2
ERR: Removed unreachable code.
Diffstat (limited to 'Source')
-rw-r--r--Source/kwsys/SystemTools.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx
index a2df6e8..038d2fa 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()
{