Kaydet (Commit) 84d30c90 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-function

Change-Id: I1b966095f764a197c4c5e823fa41b9914cb34ebe
üst be16a0a4
...@@ -171,19 +171,4 @@ sal_Char* createName( sal_Char* dst, const sal_Char* meth, sal_uInt32 cnt ) ...@@ -171,19 +171,4 @@ sal_Char* createName( sal_Char* dst, const sal_Char* meth, sal_uInt32 cnt )
return( pdst ); 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: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment