Index: uspace/drv/usbhub/usbhub.c
===================================================================
--- uspace/drv/usbhub/usbhub.c	(revision b47634799e396caab64087397a2c8d045089039f)
+++ uspace/drv/usbhub/usbhub.c	(revision 83c291d9f4a0188644d550ae83a1c8c2d45b96f1)
@@ -232,20 +232,4 @@
 
 /**
- * Convenience function for releasing default address and writing debug info
- * (these few lines are used too often to be written again and again).
- * @param hc
- * @return
- */
-inline static int usb_hub_release_default_address(int hc){
-	int opResult;
-	dprintf(USB_LOG_LEVEL_INFO, "releasing default address");
-	opResult = usb_drv_release_default_address(hc);
-	if (opResult != EOK) {
-		dprintf(USB_LOG_LEVEL_WARNING, "failed to release default address");
-	}
-	return opResult;
-}
-
-/**
  * Reset the port with new device and reserve the default address.
  * @param hc
