diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-20 14:53:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-20 14:53:27 +0100 |
commit | 128bcac3dc64b3dd7a42defceed30cad9902ca07 (patch) | |
tree | 75d747c6e0300c1b9aa92aa5bae411c40539f889 /udm/inc | |
parent | 1d301de7a8a3077bcdbd7e761998cd24563f5a70 (diff) |
remove unused ctor
Diffstat (limited to 'udm/inc')
-rw-r--r-- | udm/inc/udm/xml/xmlitem.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/udm/inc/udm/xml/xmlitem.hxx b/udm/inc/udm/xml/xmlitem.hxx index 0c651fb6d782..dd6fe6ab9803 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: |