summaryrefslogtreecommitdiff
path: root/cosv/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-20 14:15:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-20 14:15:54 +0100
commit7feb9bcec25ae9971afccf94f49755e43e23b376 (patch)
treea92e6a2f008359b883bc90ff3a6bd535e7787719 /cosv/inc
parentfb21365cef57fe354d6d87137e43945aef2c7833 (diff)
remove the unused replace_all variant
Diffstat (limited to 'cosv/inc')
-rw-r--r--cosv/inc/cosv/streamstr.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/cosv/inc/cosv/streamstr.hxx b/cosv/inc/cosv/streamstr.hxx
index ed97fafa7f12..30ad929736a6 100644
--- a/cosv/inc/cosv/streamstr.hxx
+++ b/cosv/inc/cosv/streamstr.hxx
@@ -235,9 +235,6 @@ class StreamStr : public bostream
void replace_all(
char i_cCarToSearch,
char i_cReplacement );
- void replace_all(
- Area i_aStrToSearch,
- Area i_aReplacement );
StreamStr & to_upper(
position_type i_nStart = 0,