diff options
Diffstat (limited to 'cosv/source/service/std_outp.cxx')
-rw-r--r-- | cosv/source/service/std_outp.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cosv/source/service/std_outp.cxx b/cosv/source/service/std_outp.cxx index 7dc5e5f5069a..69a9e789e5b5 100644 --- a/cosv/source/service/std_outp.cxx +++ b/cosv/source/service/std_outp.cxx @@ -47,7 +47,6 @@ Endl( ostream & io_rStream ) io_rStream << std::endl; // else #endif -// static_cast< redirect_out& >(io_rStream).re_endl(); } void @@ -58,7 +57,6 @@ Flush( ostream & io_rStream ) io_rStream << std::flush; // else #endif -// static_cast< redirect_out& >(io_rStream).re_flush(); } void |