summaryrefslogtreecommitdiff
path: root/cosv/source/service
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-03 11:08:31 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-03-04 11:34:07 +0000
commit5b04c9063cc9dd77dc55c361df081812af38cdbd (patch)
tree827cd9405e68df853362ac6a021c4619bf4a6bc3 /cosv/source/service
parentbf48090e0a81c6490ee938eabaef4e791df85229 (diff)
remove unused and commented out code
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
Diffstat (limited to 'cosv/source/service')
-rw-r--r--cosv/source/service/std_outp.cxx2
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