summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-03 00:55:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-03 00:55:52 +0100
commit1f620f9babb373eac7cbd9b124d52d95d5650e35 (patch)
tree7bf6fb59b370ea3b3230026599f818867de3ffc5 /xmlsecurity
parent67603c3c4793635089b7339bcf40ef3e7e6a180c (diff)
callcatcher: unused xmlstr_to_ous
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/saxhelper.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/xmlsecurity/source/xmlsec/saxhelper.cxx b/xmlsecurity/source/xmlsec/saxhelper.cxx
index 6b09fea26718..4c172296f869 100644
--- a/xmlsecurity/source/xmlsec/saxhelper.cxx
+++ b/xmlsecurity/source/xmlsec/saxhelper.cxx
@@ -80,21 +80,6 @@ rtl::OUString xmlchar_to_ous( const xmlChar* pChar, int length )
}
/**
- * The input parameter is NULL terminated
- */
-rtl::OUString xmlstr_to_ous( const xmlChar* pStr )
-{
- if( pStr != NULL )
- {
- return xmlchar_to_ous( pStr , xmlStrlen( pStr ) ) ;
- }
- else
- {
- return rtl::OUString() ;
- }
-}
-
-/**
* The return value and the referenced value must be NULL terminated.
* The application has the responsibilty to deallocte the return value.
*/