summaryrefslogtreecommitdiff
path: root/cosv/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-20 14:10:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-20 14:10:41 +0100
commitfb21365cef57fe354d6d87137e43945aef2c7833 (patch)
tree1e43a3590e7db5191ad3d977e0bc26fb0f977d9d /cosv/inc
parent7d9d24b335d960b4f8d1a4ddb9691ac4bcc5cb0a (diff)
remove unused StreamStr::to_lower
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 53fc00a09454..ed97fafa7f12 100644
--- a/cosv/inc/cosv/streamstr.hxx
+++ b/cosv/inc/cosv/streamstr.hxx
@@ -239,9 +239,6 @@ class StreamStr : public bostream
Area i_aStrToSearch,
Area i_aReplacement );
- StreamStr & to_lower(
- position_type i_nStart = 0,
- size_type i_nLength = str::maxsize );
StreamStr & to_upper(
position_type i_nStart = 0,
size_type i_nLength = str::maxsize );