Remove an unused inline function
Change-Id: I52a5b2d7d3302ba887364e7bf5b377bf93394406
This commit is contained in:
@@ -87,11 +87,6 @@
|
||||
|
||||
#ifndef __RSC
|
||||
|
||||
inline bool IsWarning( sal_uLong nErr )
|
||||
{
|
||||
return 0 != ( nErr & ERRCODE_WARNING_MASK & nErr );
|
||||
}
|
||||
|
||||
inline bool IsError( sal_uLong nErr )
|
||||
{
|
||||
return nErr && 0 == ( ERRCODE_WARNING_MASK & nErr );
|
||||
|
Reference in New Issue
Block a user