]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c
Merge in some fix from R8 on USB Bus driver:
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusDxe / UsbUtility.c
index 28d73daffef09cb07054f0653c2e06424b7ee9d6..d4184fe1a20e6bb56febaefedb330c5287477ee5 100644 (file)
@@ -711,59 +711,3 @@ UsbGetCurrentTpl (
   return Tpl;\r
 }\r
 \r
-\r
-#ifdef EFI_DEBUG\r
-VOID\r
-UsbDebug (\r
-  IN  CHAR8               *Format,\r
-  ...\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  USB's debug output function.\r
-\r
-Arguments:\r
-\r
-  Format  - The format parameters to the print\r
-  ...     - The variable length parameters after format\r
-\r
-Returns:\r
-\r
-  None\r
-\r
---*/\r
-{\r
-  VA_LIST                 Marker;\r
-\r
-  VA_START (Marker, Format);\r
-  DebugVPrint (DEBUG_INFO, Format, Marker);\r
-  VA_END (Marker);\r
-}\r
-\r
-\r
-\r
-/**\r
-  USB's error output function.\r
-\r
-  @param  Format           The format parameters to the print\r
-  @param  ...              The variable length parameters after format\r
-\r
-  @return None\r
-\r
-**/\r
-VOID\r
-UsbError (\r
-  IN  CHAR8               *Format,\r
-  ...\r
-  )\r
-{\r
-  VA_LIST                 Marker;\r
-\r
-  VA_START (Marker, Format);\r
-  DebugVPrint (DEBUG_ERROR, Format, Marker);\r
-  VA_END (Marker);\r
-}\r
-\r
-#endif\r