summaryrefslogtreecommitdiff
path: root/cosv/source/strings
diff options
context:
space:
mode:
Diffstat (limited to 'cosv/source/strings')
-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 b22e05896740..fff564f6fff6 100644
--- a/cosv/source/strings/streamstr.cxx
+++ b/cosv/source/strings/streamstr.cxx
@@ -699,13 +699,6 @@ StreamStr::to_upper( position_type i_nStart,
return *this;
}
-
-StreamStr::size_type
-StreamStr::token_count( char i_cSplit ) const
-{
- return count_chars(dpData, i_cSplit) + 1;
-}
-
String
StreamStr::token( position_type i_nNr,
char i_cSplit ) const