diff options
-rw-r--r-- | Source/cmCreateTestSourceList.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCreateTestSourceList.cxx b/Source/cmCreateTestSourceList.cxx index 59de369..ef4f4a0 100644 --- a/Source/cmCreateTestSourceList.cxx +++ b/Source/cmCreateTestSourceList.cxx @@ -105,7 +105,6 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& args) " (void)type; (void)retVal;\n" " fprintf(stderr, message);\n" " exit(1);\n" - " return 0;\n" "}\n" "#endif\n"; if(extraInclude.size()) |