summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-20 14:53:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-20 14:53:27 +0100
commit102600a930b611c54e962298f867a73681174ea1 (patch)
tree677d53eb751ef60a5601e243563d5adbc6bbb8ef
parenta5d36ccc70a3cc2b7783736198983f51126d92b1 (diff)
remove unused ctor
-rw-r--r--udm/inc/udm/xml/xmlitem.hxx2
-rw-r--r--udm/source/xml/xmlitem.cxx7
2 files changed, 0 insertions, 9 deletions
diff --git a/udm/inc/udm/xml/xmlitem.hxx b/udm/inc/udm/xml/xmlitem.hxx
index fbb85f1e..d6fd5eb3 100644
--- a/udm/inc/udm/xml/xmlitem.hxx
+++ b/udm/inc/udm/xml/xmlitem.hxx
@@ -203,8 +203,6 @@ class AnElement : public Element
{
public:
AnElement(
- const ::csv::String& i_sTagName );
- AnElement(
const char * i_sTagName );
~AnElement();
private:
diff --git a/udm/source/xml/xmlitem.cxx b/udm/source/xml/xmlitem.cxx
index 4c6be5e3..25f814e6 100644
--- a/udm/source/xml/xmlitem.cxx
+++ b/udm/source/xml/xmlitem.cxx
@@ -309,13 +309,6 @@ SglTag::inq_Attrs() const
//*************************** AnElement **************************//
-AnElement::AnElement( const String & i_sTagName )
- : sTagName( i_sTagName )
- // pContent,
- // aAttrs
-{
-}
-
AnElement::AnElement( const char * i_sTagName )
: sTagName( i_sTagName )
// pContent,