diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-16 23:45:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-17 14:05:13 +0100 |
commit | 522dfdf1bc329e281d40d31f8f969898cd0f4f3d (patch) | |
tree | c4ad0e948ea6388bf5f7dc766687d2c8088bb1e0 /cosv/source | |
parent | 198c00162650806a36bcfc50c00c9c951acfffb1 (diff) |
throw out some unused code
Diffstat (limited to 'cosv/source')
-rw-r--r-- | cosv/source/strings/streamstr.cxx | 7 |
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(); |