summaryrefslogtreecommitdiff
path: root/cosv/source/strings/streamstr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cosv/source/strings/streamstr.cxx')
-rw-r--r--cosv/source/strings/streamstr.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/cosv/source/strings/streamstr.cxx b/cosv/source/strings/streamstr.cxx
index 009bacff43f3..6d051f9b87d0 100644
--- a/cosv/source/strings/streamstr.cxx
+++ b/cosv/source/strings/streamstr.cxx
@@ -581,13 +581,6 @@ StreamStr::strip_back(char i_cToRemove)
}
void
-StreamStr::strip_frontback(char i_cToRemove)
-{
- strip_front(i_cToRemove);
- strip_back(i_cToRemove);
-}
-
-void
StreamStr::strip_front_whitespace()
{
const_iterator it = begin();