summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/qa/OStringBuffer/rtl_String_Utils.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sal/qa/OStringBuffer/rtl_String_Utils.cxx b/sal/qa/OStringBuffer/rtl_String_Utils.cxx
index 56f362e11842..0ab511208a33 100644
--- a/sal/qa/OStringBuffer/rtl_String_Utils.cxx
+++ b/sal/qa/OStringBuffer/rtl_String_Utils.cxx
@@ -171,19 +171,4 @@ sal_Char* createName( sal_Char* dst, const sal_Char* meth, sal_uInt32 cnt )
return( pdst );
}
-//------------------------------------------------------------------------
-
-static inline sal_Int32 ACharToUCharCompare( const sal_Unicode *pUStr,
- const sal_Char *pAStr
- )
-{
- sal_Int32 nCmp = 0;
- sal_Int32 nUChar = (sal_Int32)*pUStr;
- sal_Int32 nChar = (sal_Int32)((unsigned char)*pAStr);
-
- nCmp = nUChar - nChar;
-
- return nCmp;
-} // ACharToUCharCompare
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */