WaE: unused function 'matchIgnoreAsciiCase'

Change-Id: I5a270b7375807d1eaad9e22acea4457a0ceb5c54
This commit is contained in:
Tor Lillqvist 2013-03-26 08:35:48 +02:00
parent 0451d6e37d
commit 443dd20bae

View file

@ -83,21 +83,6 @@ const ne_uri g_sUriDefaultsFTP = { "ftp",
// Constructor
// -------------------------------------------------------------------
namespace {
//TODO! rtl::OString::matchIgnoreAsciiCaseAsciiL() missing
inline bool matchIgnoreAsciiCase(rtl::OString const & rStr1,
sal_Char const * pStr2,
sal_Int32 nStr2Len) SAL_THROW(())
{
return
rtl_str_shortenedCompareIgnoreAsciiCase_WithLength(
rStr1.getStr(), rStr1.getLength(), pStr2, nStr2Len, nStr2Len)
== 0;
}
}
NeonUri::NeonUri( const ne_uri * inUri )
throw ( DAVException )
{