diff options
-rw-r--r-- | Source/cmDocumentation.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index d8bc34e..1571406 100644 --- a/Source/cmDocumentation.cxx +++ b/Source/cmDocumentation.cxx @@ -192,11 +192,7 @@ bool cmDocumentation::PrintRequestedDocumentation(std::ostream& os) std::ostream* s = &os; if(i->second.length() > 0) { -#ifdef _WIN32 - fout = new std::ofstream(i->second.c_str(), std::ios::out | std::ios::binary); -#else fout = new std::ofstream(i->second.c_str(), std::ios::out); -#endif if(fout) { s = fout; |