Index: uspace/drv/bus/usb/xhci/rh.c
===================================================================
--- uspace/drv/bus/usb/xhci/rh.c	(revision 49e62998d9e2c618722dc44b6a3ef3c54123601f)
+++ uspace/drv/bus/usb/xhci/rh.c	(revision 50be3c61eb77d18da7c3c04565c67e61a81c31d2)
@@ -379,14 +379,4 @@
 
 /**
- * Issue a port reset for a given port.
- */
-int xhci_rh_reset_port(xhci_rh_t* rh, uint8_t port)
-{
-	usb_log_debug2("Resetting port %u.", port);
-
-	return EOK;
-}
-
-/**
  * @}
  */
