summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-16 23:45:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-17 14:05:13 +0100
commit33f5edc31b9c8ed7203465186aa2bdefd62ba2a4 (patch)
tree2ce3a12e13d8eb69ecccbc6e1db931912e5e7f3b
parent66544fa1152857f37315269703bb353f8c66fd5a (diff)
throw out some unused code
-rw-r--r--cosv/inc/cosv/streamstr.hxx2
-rw-r--r--cosv/source/strings/streamstr.cxx7
-rw-r--r--udm/inc/udm/xml/xmlitem.hxx2
-rw-r--r--udm/source/xml/xmlitem.cxx6
4 files changed, 0 insertions, 17 deletions
diff --git a/cosv/inc/cosv/streamstr.hxx b/cosv/inc/cosv/streamstr.hxx
index 56765720..b8e271d9 100644
--- a/cosv/inc/cosv/streamstr.hxx
+++ b/cosv/inc/cosv/streamstr.hxx
@@ -216,8 +216,6 @@ class StreamStr : public bostream
char i_cToRemove );
void strip_back(
char i_cToRemove );
- void strip_frontback(
- char i_cToRemove );
void strip_front_whitespace(); /// removes space, tab and crlf.
void strip_back_whitespace();
void strip_frontback_whitespace();
diff --git a/cosv/source/strings/streamstr.cxx b/cosv/source/strings/streamstr.cxx
index 0ae9dfd8..45884ff8 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();
diff --git a/udm/inc/udm/xml/xmlitem.hxx b/udm/inc/udm/xml/xmlitem.hxx
index 85394d9d..fbb85f1e 100644
--- a/udm/inc/udm/xml/xmlitem.hxx
+++ b/udm/inc/udm/xml/xmlitem.hxx
@@ -231,8 +231,6 @@ class APureElement : public PureElement
{
public:
APureElement(
- const ::csv::String & i_sTagName );
- APureElement(
const char * i_sTagName );
~APureElement();
private:
diff --git a/udm/source/xml/xmlitem.cxx b/udm/source/xml/xmlitem.cxx
index 33e0042e..4c6be5e3 100644
--- a/udm/source/xml/xmlitem.cxx
+++ b/udm/source/xml/xmlitem.cxx
@@ -365,12 +365,6 @@ AnElement::inq_Attrs() const
//*************************** APureElement **************************//
-APureElement::APureElement( const String & i_sTagName )
- : sTagName( i_sTagName )
- // pContent
-{
-}
-
APureElement::APureElement( const char * i_sTagName )
: sTagName( i_sTagName )
// pContent