summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/cmCTest.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 20f5caf18e..9d661d45e9 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -45,16 +45,6 @@ class cmXMLWriter;
cmCTestLog_msg.str().c_str(), suppress); \
} while (0)
-#ifdef cerr
-#undef cerr
-#endif
-#define cerr no_cerr_use_cmCTestLog
-
-#ifdef cout
-#undef cout
-#endif
-#define cout no_cout_use_cmCTestLog
-
/** \class cmCTest
* \brief Represents a ctest invocation.
*