summaryrefslogtreecommitdiffstats
path: root/cosv/source/service/std_outp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cosv/source/service/std_outp.cxx')
-rw-r--r--cosv/source/service/std_outp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cosv/source/service/std_outp.cxx b/cosv/source/service/std_outp.cxx
index bac720a801f7..d7077b54e876 100644
--- a/cosv/source/service/std_outp.cxx
+++ b/cosv/source/service/std_outp.cxx
@@ -50,7 +50,7 @@ redirect_out * redirect_out::pStdErr_ = 0;
void
-Endl( ostream & io_rStream, bool /*bUseRedirect*/, int* )
+Endl( ostream & io_rStream )
{
#ifndef CSV_NO_IOSTREAMS
// if (NOT bUseRedirect)
@@ -61,7 +61,7 @@ Endl( ostream & io_rStream, bool /*bUseRedirect*/, int* )
}
void
-Flush( ostream & io_rStream, bool /*bUseRedirect*/, int* )
+Flush( ostream & io_rStream )
{
#ifndef CSV_NO_IOSTREAMS
// if (NOT bUseRedirect)