summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.h')
-rw-r--r--MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.h b/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.h
index 2dafd1c..ee44c6a 100644
--- a/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.h
+++ b/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.h
@@ -194,16 +194,6 @@ UsbGetCurrentTpl (
VOID
);
-//
-// USB debug support routines
-//
-#ifdef EFI_DEBUG
- #define USB_DEBUG(arg) UsbDebug arg
- #define USB_ERROR(arg) UsbError arg
-#else
- #define USB_DEBUG(arg)
- #define USB_ERROR(arg)
-#endif
VOID
UsbDebug (