Browse Source

ENH: opps

Bill Hoffman 18 years ago
parent
commit
fa8f556a9d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/CTest/cmCTestCoverageHandler.cxx

+ 0 - 2
Source/CTest/cmCTestCoverageHandler.cxx

@@ -29,8 +29,6 @@
 #include <float.h>
 
 #define SAFEDIV(x,y) (((y)!=0)?((x)/(y)):(0))
-#include <iostream> // remove me*****
-#undef cerr
 
 class cmCTestRunProcess
 {