]> code.delx.au - refind/blobdiff - EfiLib/BmLib.c
Version 0.10.1 release -- mostly documentation updates.
[refind] / EfiLib / BmLib.c
index 4e7ebaaee058bc822d363bbf628450a4037dd146..99598b860d3a4288bb51ba452f717791998f38d8 100644 (file)
@@ -119,22 +119,6 @@ EfiStrDuplicate (
   return Dest;\r
 }\r
 \r
-//Compare strings case insensitive\r
-INTN\r
-EFIAPI\r
-StriCmp (\r
-               IN      CONST CHAR16              *FirstString,\r
-               IN      CONST CHAR16              *SecondString\r
-               )\r
-{\r
-       \r
-       while ((*FirstString != L'\0') && ((*FirstString & ~0x20) == (*SecondString & ~0x20))) {\r
-               FirstString++;\r
-               SecondString++;\r
-       }\r
-       return *FirstString - *SecondString;\r
-}\r
-\r
 /**\r
 \r
   Function gets the file information from an open file descriptor, and stores it\r