summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tools/Convert_Plan/Convert_Plan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tools/Convert_Plan/Convert_Plan.cpp')
-rw-r--r--CIAO/DAnCE/tools/Convert_Plan/Convert_Plan.cpp16
1 files changed, 1 insertions, 15 deletions
diff --git a/CIAO/DAnCE/tools/Convert_Plan/Convert_Plan.cpp b/CIAO/DAnCE/tools/Convert_Plan/Convert_Plan.cpp
index 2f36ffe88b1..7715a4b7657 100644
--- a/CIAO/DAnCE/tools/Convert_Plan/Convert_Plan.cpp
+++ b/CIAO/DAnCE/tools/Convert_Plan/Convert_Plan.cpp
@@ -61,11 +61,6 @@ parse_args (int argc, ACE_TCHAR *argv [])
return true;
}
-#ifdef GEN_OSTREAM_OPS
-#include <iostream>
-#include <sstream>
-#endif /* GEN_OSTREAM_OPS */
-
int
ACE_TMAIN (int argc, ACE_TCHAR *argv [])
{
@@ -109,16 +104,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv [])
"Unable to load an XML based plan\n"));
return -1;
}
-
-#ifdef GEN_OSTREAM_OPS
- {
- std::ostringstream plan_stream;
- plan_stream << *plan << std::endl;
- DANCE_DEBUG (9, (LM_TRACE, DLINFO "Convert_Plan - Input plan: %C\n",
- plan_stream.str ().c_str ()));
- }
-#endif /* GEN_OSTREAM_OPS */
-
+
if (!output_filename)
{
DANCE_DEBUG (2, (LM_DEBUG, DLINFO "Convert_Plan - "