Skip to content

Commit

Permalink
- Commented out unused structure (compiler warning)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.aros.org/svn/aros/trunk@54935 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
  • Loading branch information
dizzyofcrn committed Oct 1, 2017
1 parent 1c448cb commit 653bd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AROS/rom/usb/classes/hubss/hubss_class.c
Expand Up @@ -690,7 +690,7 @@ AROS_UFH0(void, GM_UNIQUENAME(nHubssTask)) {
/* /// "nAllocHub()" */
struct NepClassHub * GM_UNIQUENAME(nAllocHub)(void) {
struct UsbSSHubDesc *usshd;
struct UsbStdBOSDesc *usbosd;
//struct UsbStdBOSDesc *usbosd;
struct Task *thistask;
struct NepClassHub *nch;
struct UsbHubStatus uhhs;
Expand Down

0 comments on commit 653bd55

Please sign in to comment.