Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighestSetBit().

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5920 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-09-17 13:35:14 +00:00
parent 2ce854f515
commit e676c4d0c6
2 changed files with 2 additions and 46 deletions

View File

@@ -84,20 +84,6 @@ CoreDispatchEventNotifies (
/**
Return the highest set bit.
@param Number The value to check
@return Bit position of the highest set bit
**/
UINTN
CoreHighestSetBit (
IN UINTN Number
);
//
// Exported functions
//